1
0

Compare commits

..

No commits in common. "64f982fc7e6fabd21567c33a79a4cddd439f42fe" and "15d8705ac95e694ced9aa3990fe61deb08f041a9" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -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_test_format --javadoc --naming preserve --only-displayname -i <REPOSITORY_PATH>
python -m standardize_java_text --javadoc --only-displayname <REPOSITORY_PATH>
```
It it recommended that you do this with no unstaged changes, to more easily

View File

@ -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_test_format --javadoc --naming preserve --only-displayname -i <REPOSITORY_PATH>
python -m standardize_java_text --javadoc --only-displayname <REPOSITORY_PATH>
```
It it recommended that you do this with no unstaged changes, to more easily

View File

@ -1 +1 @@
__version__ = '0.1.8'
__version__ = '0.1.7'