Compare commits
2 Commits
cda02e6dbf
...
fed7975159
Author | SHA1 | Date | |
---|---|---|---|
fed7975159 | |||
6a9ce6b002 |
|
@ -8,7 +8,7 @@
|
|||
|
||||

|
||||
|
||||
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.
|
||||
|
|
4
setup.py
4
setup.py
|
@ -13,7 +13,7 @@ PACKAGE_NAME = 'standardize_test_format'
|
|||
PACKAGE_DESCRIPTION = """
|
||||
# Standardize test format
|
||||
|
||||
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.
|
||||
|
@ -34,7 +34,7 @@ take formatting into account.
|
|||
""".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,6 +1,6 @@
|
|||
"""# Standardize test format
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user