✅ Added and updated tests
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user