Skip to content

Commit

Permalink
verbose test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Emojigit committed Dec 21, 2023
1 parent d4f3d3d commit 9463329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
pip install .
- name: Run test scripts
run: |
python -m unittest discover -s tests -p "*.py"
python -m unittest discover -s tests -p "*.py" -v
2 changes: 1 addition & 1 deletion run_unittests.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

python -m unittest discover -s tests -p "*.py"
python -m unittest discover -s tests -p "*.py" -v

0 comments on commit 9463329

Please sign in to comment.