Skip to content

Commit 029b533

Browse files
prabhat00155facebook-github-bot
authored andcommitted
[fbsync] use store_test_results for prototype tests (#4844)
Summary: * use `store_test_results` for prototype tests * add failing test * Revert "add failing test" This reverts commit ebe2b37. Reviewed By: kazhang Differential Revision: D32216674 fbshipit-source-id: 4f384408613e70ebd845fdf514f1adc18e4bd69f
1 parent 837e5f3 commit 029b533

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)