This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
41 lines
979 B
Markdown
41 lines
979 B
Markdown
<!--- WARNING --->
|
|
<!--- THIS IS AN AUTO-GENERATED FILE --->
|
|
<!--- MANUAL CHANGES CAN AND WILL BE OVERWRITTEN --->
|
|
|
|
|
|
|
|
# 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:
|
|
|
|
```bash
|
|
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.
|
|
```
|