🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
This commit is contained in:
parent
44458b3ba9
commit
524e0bc9ce
14
README.md
14
README.md
|
@ -13,6 +13,20 @@ Tool for standardizing Partisia's Java tests.
|
||||||
Is capable of migrating from Javadoc based property specification to the
|
Is capable of migrating from Javadoc based property specification to the
|
||||||
`@DisplayName` specification and back.
|
`@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
|
## Dependencies
|
||||||
|
|
||||||
This project does not have any dependencies 😎
|
This project does not have any dependencies 😎
|
||||||
|
|
14
setup.py
14
setup.py
|
@ -17,6 +17,20 @@ Tool for standardizing Partisia's Java tests.
|
||||||
|
|
||||||
Is capable of migrating from Javadoc based property specification to the
|
Is capable of migrating from Javadoc based property specification to the
|
||||||
`@DisplayName` specification and back.
|
`@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.
|
||||||
""".strip()
|
""".strip()
|
||||||
|
|
||||||
PACKAGE_DESCRIPTION_SHORT = """
|
PACKAGE_DESCRIPTION_SHORT = """
|
||||||
|
|
Loading…
Reference in New Issue
Block a user