Compare commits
No commits in common. "fed79751594b17b3a02b08879af699d8602d6657" and "cda02e6dbfee415c8167fe6b9729d700aa3da3a5" have entirely different histories.
fed7975159
...
cda02e6dbf
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Tool for standardizing Java tests.
|
Tool for standardizing Partisia's 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 Java tests.
|
Tool for standardizing Partisia's 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 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:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""# 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
|
Is capable of migrating from Javadoc based property specification to the
|
||||||
`@DisplayName` specification and back.
|
`@DisplayName` specification and back.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user