Big set of changes, to bring project into more organised state

This commit is contained in:
2021-08-23 19:49:54 -05:00
parent 56e88759fe
commit e37849295a
11 changed files with 204 additions and 181 deletions

View File

@@ -8,6 +8,7 @@ authors = ["Deepak <dmallubhotla+github@gmail.com>"]
python = "^3.8,<3.10"
numpy = "^1.21.1"
scipy = "~1.5"
more-itertools = "^8.8.0"
[tool.poetry.dev-dependencies]
pytest = ">=6"
@@ -21,3 +22,8 @@ build-backend = "poetry.masonry.api"
[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "--junitxml pytest.xml --cov pathfinder --cov-report=xml:coverage.xml --cov-fail-under=90"
junit_family = "xunit1"
[tool.mypy]
plugins = "numpy.typing.mypy_plugin"