Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 authored Sep 26, 2020
1 parent 9525630 commit 87be305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ git commit -m "Added feature"

To run a specific test, for example `test_terminate` from `test_engine.py`
```bash
pytest tests/ignite/engine/test_terminate -vvv -k test_terminate
pytest tests/ignite/engine/test_engine.py -vvv -k test_terminate
```
To run all tests with coverage (assuming installed `pytest-cov`):
```bash
Expand Down

0 comments on commit 87be305

Please sign in to comment.