1
0

Compare commits

..

No commits in common. "2cbc5280f12b69f95e60cf148d6357151a836b2b" and "53b87019975c702b7fe0374d0cf8fb3ffbcf9818" have entirely different histories.

3 changed files with 5 additions and 9 deletions

View File

@ -8,10 +8,9 @@
![Test program/library](https://gitfub.space/Jmaa/standardize_test_format/actions/workflows/python-test.yml/badge.svg)
Tool for standardizing Partisia's Java tests.
Tool for standardizing Java tests.
Is capable of migrating from Javadoc based property specification to the
`@DisplayName` specification and back.
## Dependencies

View File

@ -13,14 +13,11 @@ PACKAGE_NAME = 'standardize_test_format'
PACKAGE_DESCRIPTION = """
# Standardize test format
Tool for standardizing Partisia's Java tests.
Is capable of migrating from Javadoc based property specification to the
`@DisplayName` specification and back.
Tool for standardizing Java tests.
""".strip()
PACKAGE_DESCRIPTION_SHORT = """
Tool for standardizing Partisia's Java tests.""".strip()
Tool for standardizing Java tests.""".strip()
def parse_version_file(text: str) -> str:

View File

@ -1 +1 @@
__version__ = '0.1.1'
__version__ = '0.1.0'