We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c46d9f commit 0085036Copy full SHA for 0085036
.circleci/config.yml
@@ -39,7 +39,7 @@ jobs:
39
. venv/bin/activate
40
pip install -e git+https://github.com/plotly/dash.git#egg=dash[testing]
41
export PATH=$PATH:/home/circleci/.local/bin/
42
- pytest --log-cli-level DEBUG --nopercyfinalize --junitxml=test-reports/dashr.xml tests/integration/
+ pytest --nopercyfinalize --junitxml=test-reports/dashr.xml tests/integration/
43
- store_artifacts:
44
path: test-reports
45
- store_test_results:
@@ -55,7 +55,7 @@ jobs:
55
- run:
56
name: 🔎 Unit tests
57
command: |
58
- sudo Rscript -e 'testthat::test_dir("tests/")'
+ sudo Rscript -e 'res=devtools::test("tests/", reporter=default_reporter());df=as.data.frame(res);if(sum(df$failed) > 0 || any(df$error)) {q(status=1)}'
59
60
workflows:
61
version: 2
0 commit comments