This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
969 B
969 B
Standardize test format
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 FILE...
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.