# 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. ```