standardize-test-format (0.1.9)

Published 2025-03-06 12:01:25 +00:00 by Jmaa

Installation

pip install --index-url  standardize-test-format

About this package

Tool for standardizing Java tests.

Standardize test format

Tool for standardizing Java tests.

Is capable of migrating from Javadoc based property specification to the @DisplayName specification and back.

Usage

Convert tests with @DisplayName to Javadoc:

python -m standardize_test_format --javadoc --naming preserve --only-displayname -i <REPOSITORY_PATH>

It it recommended that you do this with no unstaged changes, to more easily verify the result.

You may need to call your formatting tool afterwards, as the converter doesn't take formatting into account.

Requirements

Requires Python: >=3.9
Details
PyPI
2025-03-06 12:01:25 +00:00
7
Jon Michael Aanes
12 KiB
Assets (2)
Versions (9) View all
0.1.9 2025-03-06
0.1.8 2025-03-06
0.1.7 2025-03-05
0.1.6 2025-03-05
0.1.5 2025-03-05