We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f62a0 commit fe8695bCopy full SHA for fe8695b
1 file changed
scripts/run_tests.sh
@@ -11,4 +11,4 @@ uv venv --system-site-packages
11
source .venv/bin/activate
12
13
# run the tests using the active venv and with the dev dependencies installed.
14
-uv run --active --frozen --group dev pytest --cov=src --cov-report=xml tests/parsers/refseq/api/test_annotation_report.py
+uv run --active --frozen --group dev pytest --cov=src --cov-report=xml
0 commit comments