1
0

🤖 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:
Takunomi Automaticus, The 2nd 2025-02-28 09:59:57 +01:00
parent 53b8701997
commit 71ee14a10f
2 changed files with 8 additions and 4 deletions

View File

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

View File

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