From fed79751594b17b3a02b08879af699d8602d6657 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Wed, 5 Mar 2025 10:08:50 +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 | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 220d991..73076b5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ![Test program/library](https://gitfub.space/Jmaa/standardize_test_format/actions/workflows/python-test.yml/badge.svg) -Tool for standardizing Partisia's Java tests. +Tool for standardizing Java tests. Is capable of migrating from Javadoc based property specification to the `@DisplayName` specification and back. diff --git a/setup.py b/setup.py index d972667..d9255da 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ PACKAGE_NAME = 'standardize_test_format' PACKAGE_DESCRIPTION = """ # Standardize test format -Tool for standardizing Partisia's Java tests. +Tool for standardizing Java tests. Is capable of migrating from Javadoc based property specification to the `@DisplayName` specification and back. @@ -34,7 +34,7 @@ take formatting into account. """.strip() PACKAGE_DESCRIPTION_SHORT = """ -Tool for standardizing Partisia's Java tests.""".strip() +Tool for standardizing Java tests.""".strip() def parse_version_file(text: str) -> str: