Merge pull request #1710 from pijyoi/reorder_tests
run pyqtgraph tests before examples
This commit is contained in:
commit
6f74d56266
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -106,7 +106,7 @@ jobs:
|
||||
- name: Run Tests
|
||||
run: |
|
||||
mkdir $SCREENSHOT_DIR
|
||||
pytest . -v \
|
||||
pytest pyqtgraph examples -v \
|
||||
-n auto \
|
||||
--junitxml pytest.xml \
|
||||
--cov pyqtgraph --cov-report=xml --cov-report=html
|
||||
|
Loading…
Reference in New Issue
Block a user