Skip to content

Commit c6c10f9

Browse files
authored
update the dev readme for converter to cover python tests (#6675)
1 parent c5cf6f5 commit c6c10f9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tfjs-converter/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ Then, we clone the project and install dependencies with:
454454

455455
```bash
456456
git clone https://github.com/tensorflow/tfjs.git
457-
cd tfjs/tfjs-converter
457+
cd tfjs
458458
yarn # Installs dependencies.
459459
```
460460

@@ -470,6 +470,7 @@ Before submitting a pull request, make sure the code passes all the tests and is
470470
clean of lint errors:
471471

472472
```bash
473+
cd tfjs-converter
473474
yarn test
474475
yarn lint
475476
```
@@ -487,3 +488,9 @@ To run the tests once and exit the karma process (helpful on Windows):
487488
```bash
488489
yarn test --single-run
489490
```
491+
492+
To run all the python tests
493+
494+
```bash
495+
yarn run-python-tests
496+
```

0 commit comments

Comments
 (0)