1
0
mirror of https://github.com/enpaul/keyosk.git synced 2025-12-18 01:20:38 +00:00

Add tests for config module

Add toml test dependency to toxfile
Add missing predump and postload hooks to top-level config serializer
Remove dummy paceholder test
This commit is contained in:
2020-02-22 23:47:06 -05:00
parent b9e0f08560
commit 4bc4c34254
4 changed files with 73 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ description = Run the unit tests (pytest)
deps =
pytest
pytest-cov
toml
commands =
pytest --cov={envsitepackagesdir}/keyosk --cov-config .coveragerc tests/ --cov-report term-missing