Skip to content

Commit

Permalink
move tests, test times
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Dec 14, 2022
1 parent 49767cf commit d8b637b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install -r test-requirements.txt
- name: Test with pytest
run: |
pytest fastkml
pytest tests
cpython-lxml:
runs-on: ubuntu-latest
Expand All @@ -44,7 +44,7 @@ jobs:
pip install lxml
- name: Test with pytest
run: |
pytest fastkml --cov=fastkml --cov-fail-under=88 --cov-report=xml
pytest tests --cov=fastkml --cov-fail-under=88 --cov-report=xml
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v3
with:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def run_tests(self) -> None:
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
# "Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit d8b637b

Please sign in to comment.