Compare commits
No commits in common. "2cbc5280f12b69f95e60cf148d6357151a836b2b" and "53b87019975c702b7fe0374d0cf8fb3ffbcf9818" have entirely different histories.
2cbc5280f1
...
53b8701997
|
@ -8,10 +8,9 @@
|
|||
|
||||

|
||||
|
||||
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
|
||||
|
||||
|
|
7
setup.py
7
setup.py
|
@ -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:
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.1'
|
||||
__version__ = '0.1.0'
|
||||
|
|
Loading…
Reference in New Issue
Block a user