Merge pull request #1710 from pijyoi/reorder_tests

run pyqtgraph tests before examples
This commit is contained in:
Ogi Moore 2021-04-11 08:10:53 -07:00 committed by GitHub
commit 6f74d56266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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