Skip to content

Commit

Permalink
fix code cov (#64)
Browse files Browse the repository at this point in the history
* Update python-package.yml

* rename files

* one more rename

* change directory

* restore full test invok

* wrong command

* update version pinned

* fix for 3.12
  • Loading branch information
jdtuck committed Sep 3, 2024
1 parent 3e991c5 commit 9b95e47
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 41 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
- if: runner.os == 'Linux'
name: Test with pytest
run: |
pip install .
pytest test/ --cov
pip install -e .
pytest --cov
- if: runner.os == 'Windows'
name: Build
run: |
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
38 changes: 0 additions & 38 deletions debug/test_oc_mlogit.py

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra -q"
addopts = "--import-mode=importlib"
testpaths = [
"tests",
]

0 comments on commit 9b95e47

Please sign in to comment.