1
0

Compare commits

..

No commits in common. "fed79751594b17b3a02b08879af699d8602d6657" and "cda02e6dbfee415c8167fe6b9729d700aa3da3a5" have entirely different histories.

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)
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.

View File

@ -13,7 +13,7 @@ PACKAGE_NAME = 'standardize_test_format'
PACKAGE_DESCRIPTION = """
# 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.
@ -34,7 +34,7 @@ take formatting into account.
""".strip()
PACKAGE_DESCRIPTION_SHORT = """
Tool for standardizing Java tests.""".strip()
Tool for standardizing Partisia's Java tests.""".strip()
def parse_version_file(text: str) -> str:

View File

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