Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyz authored Apr 14, 2024
1 parent 9dc8383 commit 47362d5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ jobs:
run: |
# stop the build if there are Python syntax errors or undefined names
flake8 data/clean/*.py --count --select=E9,F63,F7,F82 --show-source --statistics
- name: Test with pytest
- name: Test with pytest (f_855)
run: |
# pytest --doctest-modules data/clean/*_w_doc.py
# pytest data/clean/*_wo_doc.py
pytest data/clean/f_855*.py
- name: Test processed data with pytest and doctest (jenny)
run: |
pytest --doctest-modules data/processed/*jenny_w_doc.py
- name: Test processed data with pytest and no doctest
run: |
pytest data/processed/*_wo_doc.py

0 comments on commit 47362d5

Please sign in to comment.