From 71ee14a10fd3ac1a9ee01301802cf75fc6f6d99e Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Fri, 28 Feb 2025 09:59:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager --- README.md | 5 +++-- setup.py | 7 +++++-- 2 files changed, 8 insertions(+), 4 deletions(-) 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: