Added tests
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[tool:pytest]
|
||||
testpaths = tests
|
||||
python_files = test_*.py
|
||||
python_classes = Test*
|
||||
python_functions = test_*
|
||||
addopts = -v --tb=short
|
||||
markers =
|
||||
integration: integration tests
|
||||
unit: unit tests
|
||||
Reference in New Issue
Block a user