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

41 lines
969 B
Markdown

<!--- WARNING --->
<!--- THIS IS AN AUTO-GENERATED FILE --->
<!--- MANUAL CHANGES CAN AND WILL BE OVERWRITTEN --->
# Standardize test format
![Test program/library](https://gitfub.space/Jmaa/standardize_test_format/actions/workflows/python-test.yml/badge.svg)
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:
```bash
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.
```