File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 30
30
"private::test.unit-dash" : " pytest tests/unit" ,
31
31
"private::test.unit-renderer" : " cd dash/dash-renderer && npm run test" ,
32
32
"private::test.unit-generation" : " cd \\ @plotly/dash-generator-test-component-typescript && npm ci && npm test" ,
33
- "private::test.integration-dash" : " TESTFILES=$(circleci tests glob \" tests/integration/**/test_*.py\" | circleci tests split --split-by=timings) && pytest --headless --nopercyfinalize --junitxml=test-reports/junit_intg.xml ${TESTFILES}" ,
33
+ "private::test.integration-dash" : " TESTFILES=$(circleci tests glob \" tests/integration/**/test_*.py\" | circleci tests split --split-by=timings) && pytest --headless --nopercyfinalize --junitxml=test-reports/junit_intg.xml -s ${TESTFILES}" ,
34
34
"private::test.integration-dash-import" : " cd tests/integration/dash && python dash_import_test.py" ,
35
35
"cibuild" : " run-s private::cibuild.*" ,
36
36
"build" : " run-s private::build.*" ,
You can’t perform that action at this time.
0 commit comments