Skip to content

Commit

Permalink
Pytest no longer on PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jstvz committed Nov 11, 2024
1 parent 785cb27 commit 28138fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test:js:coverage": "JEST_JUNIT_OUTPUT_DIR='./coverage' jest --ci --runInBand --reporters=default --reporters=jest-junit",
"test:js:report-coverage": "cat ./coverage/lcov.info | coveralls",
"test:js:check-coverage": "nyc check-coverage --temp-directory coverage",
"test:py": "pytest",
"test:py": "python -m pytest",
"test:py:report-coverage": "python -m coveralls",
"test:py:check-coverage": "coverage report --fail-under=100",
"test:py:integration": "pytest -m 'integration'",
Expand Down

0 comments on commit 28138fd

Please sign in to comment.