Compare commits
2 Commits
15d8705ac9
...
64f982fc7e
Author | SHA1 | Date | |
---|---|---|---|
64f982fc7e | |||
07a266c434 |
|
@ -18,7 +18,7 @@ Is capable of migrating from Javadoc based property specification to the
|
|||
Convert tests with `@DisplayName` to Javadoc:
|
||||
|
||||
```bash
|
||||
python -m standardize_java_text --javadoc --only-displayname <REPOSITORY_PATH>
|
||||
python -m standardize_test_format --javadoc --naming preserve --only-displayname -i <REPOSITORY_PATH>
|
||||
```
|
||||
|
||||
It it recommended that you do this with no unstaged changes, to more easily
|
||||
|
|
2
setup.py
2
setup.py
|
@ -23,7 +23,7 @@ Is capable of migrating from Javadoc based property specification to the
|
|||
Convert tests with `@DisplayName` to Javadoc:
|
||||
|
||||
```bash
|
||||
python -m standardize_java_text --javadoc --only-displayname <REPOSITORY_PATH>
|
||||
python -m standardize_test_format --javadoc --naming preserve --only-displayname -i <REPOSITORY_PATH>
|
||||
```
|
||||
|
||||
It it recommended that you do this with no unstaged changes, to more easily
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.7'
|
||||
__version__ = '0.1.8'
|
||||
|
|
Loading…
Reference in New Issue
Block a user