Skip to content

Commit

Permalink
Adding verbose pytest output.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Aug 8, 2023
1 parent 0693ebd commit 4d1ac61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Test with pytest
run: |
export PYTHONPATH=$(pwd)/scripts:$(pwd)/scripts/parse_tools
pytest
pytest -v
doctest:
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' || github.repository == 'NCAR/ccpp-framework'
Expand All @@ -54,4 +54,4 @@ jobs:
- name: Doctest
run: |
export PYTHONPATH=$(pwd)/scripts:$(pwd)/scripts/parse_tools
pytest scripts/ --doctest-modules
pytest -v scripts/ --doctest-modules

0 comments on commit 4d1ac61

Please sign in to comment.