Added and updated tests

This commit is contained in:
Mawoka
2022-04-16 19:43:30 +02:00
parent a561537f05
commit 14008cfbee
9 changed files with 411 additions and 254 deletions
+3 -1
View File
@@ -32,6 +32,8 @@ pytest = "*"
pytest-asyncio = "*"
flake8 = "*"
black = "*"
pytest-dependency = "*"
pytest-order = "*"
[requires]
python_version = "3.10"
@@ -39,4 +41,4 @@ python_version = "3.10"
[scripts]
format = "black ."
lint = "flake8 classquiz"
test = "coverage run -m pytest --lf -v --asyncio-mode=strict classquiz/tests"
test = "coverage run -m pytest --lf -v --asyncio-mode=strict classquiz/tests"