Skip to content

Commit

Permalink
append
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Apr 28, 2024
1 parent 368f19a commit 6ae8880
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/pytest/pytest_unit_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -x

# libs
coverage run -m pytest api/tests/unit_tests
coverage run -m pytest -a api/tests/unit_tests
2 changes: 1 addition & 1 deletion dev/pytest/pytest_vdb.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -x

coverage run -m pytest api/tests/integration_tests/vdb/
coverage run -m pytest -a api/tests/integration_tests/vdb/
2 changes: 1 addition & 1 deletion dev/pytest/pytest_workflow.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -x

coverage run -m pytest api/tests/integration_tests/workflow
coverage run -m pytest -a api/tests/integration_tests/workflow

0 comments on commit 6ae8880

Please sign in to comment.