|
16 | 16 | "private::lint.pylint-dash": "PYLINTRC=${PYLINTRC:=.pylintrc312} && pylint dash setup.py --rcfile=$PYLINTRC",
|
17 | 17 | "private::lint.pylint-tests": "PYLINTRC=${PYLINTRC:=.pylintrc312} && pylint tests/unit tests/integration -d all -e C0410,C0413,W0109 --rcfile=$PYLINTRC",
|
18 | 18 | "private::lint.renderer": "cd dash/dash-renderer && npm run lint",
|
19 |
| - "private::test.setup-components": "cd \\@plotly/dash-test-components && npm ci && npm run build", |
20 |
| - "private::test.setup-nested": "cd \\@plotly/dash-generator-test-component-nested && npm ci && npm run build", |
21 |
| - "private::test.setup-standard": "cd \\@plotly/dash-generator-test-component-standard && npm ci && npm run build", |
22 |
| - "private::test.setup-typescript": "cd \\@plotly/dash-generator-test-component-typescript && npm ci && npm run build", |
23 |
| - "private::test.py.deploy-components": "npm run private::test.setup-components && cd \\@plotly/dash-test-components && pip install -e .", |
24 |
| - "private::test.py.deploy-nested": "npm run private::test.setup-nested && cd \\@plotly/dash-generator-test-component-nested && pip install -e .", |
25 |
| - "private::test.py.deploy-standard": "npm run private::test.setup-standard && cd \\@plotly/dash-generator-test-component-standard && pip install -e .", |
26 |
| - "private::test.py.deploy-typescript": "npm run private::test.setup-typescript && cd \\@plotly/dash-generator-test-component-typescript && pip install -e .", |
27 |
| - "private::test.R.deploy-components": "npm run private::test.setup-components && cd \\@plotly/dash-test-components && sudo R CMD INSTALL .", |
28 |
| - "private::test.R.deploy-nested": "npm run private::test.setup-nested && cd \\@plotly/dash-generator-test-component-nested && sudo R CMD INSTALL .", |
29 |
| - "private::test.R.deploy-standard": "npm run private::test.setup-standard && cd \\@plotly/dash-generator-test-component-standard && sudo R CMD INSTALL .", |
| 19 | + "private::test.setup-components": "cd @plotly/dash-test-components && npm ci && npm run build", |
| 20 | + "private::test.setup-nested": "cd @plotly/dash-generator-test-component-nested && npm ci && npm run build", |
| 21 | + "private::test.setup-standard": "cd @plotly/dash-generator-test-component-standard && npm ci && npm run build", |
| 22 | + "private::test.setup-typescript": "cd @plotly/dash-generator-test-component-typescript && npm ci && npm run build", |
| 23 | + "private::test.py.deploy-components": "npm run private::test.setup-components && cd @plotly/dash-test-components && pip install -e .", |
| 24 | + "private::test.py.deploy-nested": "npm run private::test.setup-nested && cd @plotly/dash-generator-test-component-nested && pip install -e .", |
| 25 | + "private::test.py.deploy-standard": "npm run private::test.setup-standard && cd @plotly/dash-generator-test-component-standard && pip install -e .", |
| 26 | + "private::test.py.deploy-typescript": "npm run private::test.setup-typescript && cd @plotly/dash-generator-test-component-typescript && pip install -e .", |
| 27 | + "private::test.R.deploy-components": "npm run private::test.setup-components && cd @plotly/dash-test-components && sudo R CMD INSTALL .", |
| 28 | + "private::test.R.deploy-nested": "npm run private::test.setup-nested && cd @plotly/dash-generator-test-component-nested && sudo R CMD INSTALL .", |
| 29 | + "private::test.R.deploy-standard": "npm run private::test.setup-standard && cd @plotly/dash-generator-test-component-standard && sudo R CMD INSTALL .", |
30 | 30 | "private::test.unit-dash": "pytest tests/unit",
|
31 | 31 | "private::test.unit-renderer": "cd dash/dash-renderer && npm run test",
|
32 |
| - "private::test.unit-generation": "cd \\@plotly/dash-generator-test-component-typescript && npm ci && npm test", |
| 32 | + "private::test.unit-generation": "cd @plotly/dash-generator-test-component-typescript && npm ci && npm test", |
33 | 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}",
|
34 | 34 | "private::test.integration-dash-import": "cd tests/integration/dash && python dash_import_test.py",
|
35 | 35 | "cibuild": "run-s private::cibuild.*",
|
|
0 commit comments