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
Assets (2)
Versions (9)
View all