Add tests for common.util.time
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-05 11:52:50 +01:00
parent fd7fc7c710
commit c57f969a00
5 changed files with 141 additions and 2 deletions

View File

@ -14,7 +14,13 @@ django = "^4.1.4"
black = "^22.12.0"
mypy = "^0.991"
pyyaml = "^6.0"
pytest = "^7.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
pythonpath = [
"src"
]