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 7ce2053 commit 6d2568c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,10 @@ 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 (f_855)
# run: |
# pytest data/clean/f_855*.py
- name: Test processed data with pytest and doctest (jenny)
- name: Test processed data with pytest and doctest
run: |
pytest --doctest-modules data/processed/*jenny_w_doc.py
pytest --doctest-modules data/processed/*wenhao_w_doc.py
- name: Test processed data with pytest and no doctest
run: |
pytest data/processed/*_wo_doc.py
# - name: Test processed data with pytest and no doctest
# run: |
# pytest data/processed/*_wo_doc.py

0 comments on commit 6d2568c

Please sign in to comment.