1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
fed7975159 🤖 Repository layout updated to latest version
Some checks are pending
Run Python tests (through Pytest) / Test (push) Waiting to run
Verify Python project can be installed, loaded and have version checked / Test (push) Waiting to run
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2025-03-05 10:08:50 +01:00
6a9ce6b002 Update readme 2025-03-05 10:08:46 +01:00
3 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
![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 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.

View File

@ -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:

View File

@ -1,6 +1,6 @@
"""# 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.