Skip to content

Commit

Permalink
Update tests (#49)
Browse files Browse the repository at this point in the history
* Added unit tests

* Added GitHub actions workflow for tests and coverage report

* Add test info
  • Loading branch information
LeonardSchmiester authored Sep 19, 2024
1 parent 84af716 commit 3b9af75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
testpaths = "tests"
addopts = "--cov=pyphenopop --cov-report=xml"

0 comments on commit 3b9af75

Please sign in to comment.