Skip to content

Commit e8ceaaf

Browse files
authored
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 ebe2b37.
1 parent fa786cc commit e8ceaaf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config.yml.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,9 @@ jobs:
277277
command: pip install --user --progress-bar=off pytest pytest-mock
278278
- run:
279279
name: Run tests
280-
command: pytest test/test_prototype_*.py
280+
command: pytest --junitxml=test-results/junit.xml -v --durations 20 test/test_prototype_*.py
281+
- store_test_results:
282+
path: test-results
281283

282284
binary_linux_wheel:
283285
<<: *binary_common

0 commit comments

Comments
 (0)