File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3030 "private::test.unit-dash" : " pytest tests/unit" ,
3131 "private::test.unit-renderer" : " cd dash/dash-renderer && npm run test" ,
3232 "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}" ,
3434 "private::test.integration-dash-import" : " cd tests/integration/dash && python dash_import_test.py" ,
3535 "cibuild" : " run-s private::cibuild.*" ,
3636 "build" : " run-s private::build.*" ,
You can’t perform that action at this time.
0 commit comments