Compare commits
2 Commits
53b8701997
...
2cbc5280f1
Author | SHA1 | Date | |
---|---|---|---|
2cbc5280f1 | |||
71ee14a10f |
|
@ -8,9 +8,10 @@
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|
7
setup.py
7
setup.py
|
@ -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:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.0'
|
__version__ = '0.1.1'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user