Unverified Commit 1adab703 authored by Nathan Weinberg's avatar Nathan Weinberg Committed by GitHub
Browse files

docs: align local test command to match CI (#2100)



Also add 'test_logs/' to .gitignore
Signed-off-by: default avatarNathan Weinberg <nweinber@redhat.com>
parent 56a4e794
......@@ -13,6 +13,7 @@ temp
__pycache__
.ipynb_checkpoints
temp
test_logs/
# IPython
profile_default/
ipython_config.py
......
......@@ -30,7 +30,7 @@ in order to ensure linters and other checks will be run upon committing.
We use [pytest](https://docs.pytest.org/en/latest/) for running unit tests. All library unit tests can be run via:
```
python -m pytest --ignore=tests/tests_master --ignore=tests/extra
python -m pytest --showlocals -s -vv -n=auto --ignore=tests/models/test_neuralmagic.py --ignore=tests/models/test_openvino.py
```
## Contributor License Agreement
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment