From a2fdf3badfd3e8f13b98bba3bea34d5a18ae9b2e Mon Sep 17 00:00:00 2001 From: Rob Dennis Date: Tue, 17 Jan 2023 16:40:38 -0500 Subject: #128 - update tests with new way to run it --- .github/workflows/python-test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index a13efe3..2caa6ff 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -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 -- cgit v1.2.1