1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
2cbc5280f1 🤖 Bumped version to 0.1.1
Some checks failed
Package Python / Package (push) Successful in 24s
Run Python tests (through Pytest) / Test (push) Successful in 23s
Verify Python project can be installed, loaded and have version checked / Test (push) Failing after 21s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2025-02-28 10:45:41 +01:00
71ee14a10f 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2025-02-28 09:59:57 +01:00
3 changed files with 9 additions and 5 deletions

View File

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

View File

@ -13,11 +13,14 @@ 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.
""".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 +1 @@
__version__ = '0.1.0'
__version__ = '0.1.1'