diff --git a/README.md b/README.md index bab5694..a74dd75 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index 20bf4a8..01af23a 100644 --- a/setup.py +++ b/setup.py @@ -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: