"profiler/vscode:/vscode.git/clone" did not exist on "2691d10cee8ba023bd7a771873b4e113b6669f4d"
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 ...@@ -13,6 +13,7 @@ temp
__pycache__ __pycache__
.ipynb_checkpoints .ipynb_checkpoints
temp temp
test_logs/
# IPython # IPython
profile_default/ profile_default/
ipython_config.py ipython_config.py
......
...@@ -30,7 +30,7 @@ in order to ensure linters and other checks will be run upon committing. ...@@ -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: 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 ## 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