adding initial tests

This commit is contained in:
2021-10-17 06:51:47 +01:00
parent c318045258
commit 4ae4eb085c
10 changed files with 196 additions and 67 deletions

View File

@@ -28,11 +28,11 @@ toml = "^0.10.0"
pylite = "^0.1.0"
[tool.poetry.dev-dependencies]
pytest = "^3.0" # TODO: Update to latest
# sphinx = "^2.3"
# sphinx_rtd_theme = "^0.4.3"
prospector = {extras = ["with_bandit", "with_mypy"], version = "^1.5.1"}
types-toml = "^0.10.1"
pytest = "^6.2.5"
pytest-datadir = "^1.3.1"
pytest-xdist = "^2.4.0"
[build-system]
requires = ["poetry>=0.12"]