1
0
Go to file
takunomi-build-bot 125da4e32d
Some checks failed
Run Python tests (through Pytest) / Test (push) Failing after 23s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
Package Python / Package (push) Successful in 24s
🤖 Bumped version to 0.1.4
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2025-03-05 10:03:35 +01:00
.gitea/workflows 🤖 Repository layout updated to latest version 2025-02-27 14:53:07 +01:00
standardize_test_format 🤖 Bumped version to 0.1.4 2025-03-05 10:03:35 +01:00
test Parameterize tests 2025-03-03 10:16:06 +01:00
.gitignore 🤖 Repository layout updated to latest version 2025-02-27 14:53:07 +01:00
LICENSE 🤖 Repository layout updated to latest version 2025-02-27 14:53:07 +01:00
README.md 🤖 Repository layout updated to latest version 2025-03-05 10:03:18 +01:00
ruff.toml 🤖 Repository layout updated to latest version 2025-02-27 14:53:07 +01:00
setup.py 🤖 Repository layout updated to latest version 2025-03-05 10:03:18 +01:00

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.