🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
This commit is contained in:
parent
6a9ce6b002
commit
fed7975159
|
@ -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
|
Is capable of migrating from Javadoc based property specification to the
|
||||||
`@DisplayName` specification and back.
|
`@DisplayName` specification and back.
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -13,7 +13,7 @@ PACKAGE_NAME = 'standardize_test_format'
|
||||||
PACKAGE_DESCRIPTION = """
|
PACKAGE_DESCRIPTION = """
|
||||||
# Standardize test format
|
# 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
|
Is capable of migrating from Javadoc based property specification to the
|
||||||
`@DisplayName` specification and back.
|
`@DisplayName` specification and back.
|
||||||
|
@ -34,7 +34,7 @@ take formatting into account.
|
||||||
""".strip()
|
""".strip()
|
||||||
|
|
||||||
PACKAGE_DESCRIPTION_SHORT = """
|
PACKAGE_DESCRIPTION_SHORT = """
|
||||||
Tool for standardizing Partisia's Java tests.""".strip()
|
Tool for standardizing Java tests.""".strip()
|
||||||
|
|
||||||
|
|
||||||
def parse_version_file(text: str) -> str:
|
def parse_version_file(text: str) -> str:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user