Skip to content

Commit

Permalink
#128 - update tests with new way to run it
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Dennis committed Jan 17, 2023
1 parent 3323078 commit a2fdf3b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
pip install -e .
- name: Test with pytest
run: |
pytest tests
python src/tests/configobj_doctests.py
python -m configobj.validate
py.test -c setup.cfg --color=yes --cov=configobj --cov-report=term --cov-report=html --cov-report=xml
build-on-legacy:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit a2fdf3b

Please sign in to comment.