Compare commits
3 Commits
e2ae07513a
...
125da4e32d
Author | SHA1 | Date | |
---|---|---|---|
125da4e32d | |||
1aff2742bf | |||
d522e35bc0 |
|
@ -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 FILE...
|
||||
python -m standardize_java_text --javadoc --only-displayname <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 FILE...
|
||||
python -m standardize_java_text --javadoc --only-displayname <REPOSITORY_PATH>
|
||||
```
|
||||
|
||||
It it recommended that you do this with no unstaged changes, to more easily
|
||||
|
|
|
@ -10,7 +10,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 FILE...
|
||||
python -m standardize_java_text --javadoc --only-displayname <REPOSITORY_PATH>
|
||||
```
|
||||
|
||||
It it recommended that you do this with no unstaged changes, to more easily
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.3'
|
||||
__version__ = '0.1.4'
|
||||
|
|
Loading…
Reference in New Issue
Block a user