Compare commits
No commits in common. "aad9afb52b7e4637dd648a8442b93ac7ea919586" and "44458b3ba947fe009a0cc4588714f2a189a455b6" have entirely different histories.
aad9afb52b
...
44458b3ba9
14
README.md
14
README.md
|
@ -13,20 +13,6 @@ 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 😎
|
||||
|
|
14
setup.py
14
setup.py
|
@ -17,20 +17,6 @@ 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.
|
||||
""".strip()
|
||||
|
||||
PACKAGE_DESCRIPTION_SHORT = """
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.2'
|
||||
__version__ = '0.1.1'
|
||||
|
|
Loading…
Reference in New Issue
Block a user