Unverified Commit e8ceaaf9 authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

use `store_test_results` for prototype tests (#4844)

* use `store_test_results` for prototype tests

* add failing test

* Revert "add failing test"

This reverts commit ebe2b37cb50461031a94131fe4bd3fae71b48e34.
parent fa786cce
......@@ -277,7 +277,9 @@ jobs:
command: pip install --user --progress-bar=off pytest pytest-mock
- run:
name: Run tests
command: pytest test/test_prototype_*.py
command: pytest --junitxml=test-results/junit.xml -v --durations 20 test/test_prototype_*.py
- store_test_results:
path: test-results
binary_linux_wheel:
<<: *binary_common
......
......@@ -277,7 +277,9 @@ jobs:
command: pip install --user --progress-bar=off pytest pytest-mock
- run:
name: Run tests
command: pytest test/test_prototype_*.py
command: pytest --junitxml=test-results/junit.xml -v --durations 20 test/test_prototype_*.py
- store_test_results:
path: test-results
binary_linux_wheel:
<<: *binary_common
......
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