Skip to content

Commit

Permalink
More tests and interface cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
monoxgas committed May 15, 2024
1 parent 6ced21b commit 1cba841
Show file tree
Hide file tree
Showing 11 changed files with 567 additions and 174 deletions.
66 changes: 65 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ ruff = "^0.1.14"
pytest = "^8.0.0"
pandas = "^2.2.2"
pandas-stubs = "^2.2.1.240316"
coverage = "^7.5.1"

[tool.poetry.group.docs.dependencies]
mkdocs = "^1.6.0"
Expand All @@ -42,6 +43,16 @@ build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
filterwarnings = ["ignore::DeprecationWarning"]

[tool.coverage.run]
command_line = "-m pytest"

[tool.coverage.report]
include = ["rigging/*.py"]
show_missing = true

[tool.coverage.lcov]
output = "lcov.info"

[tool.mypy]
plugins = "pydantic.mypy"
strict = true
Expand Down
Loading

0 comments on commit 1cba841

Please sign in to comment.