1
0
standardize_test_format/README.md
2025-03-05 10:03:18 +01:00

979 B

Standardize test format

Test program/library

Tool for standardizing Partisia's 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_java_text --javadoc --only-displayname <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.

Dependencies

This project does not have any dependencies 😎

License

Copyright (c) 2025 Jon Michael Aanes

All rights reserved.