Finalize phase 4.1
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
[tool:pytest]
|
||||
[pytest]
|
||||
testpaths = tests
|
||||
python_files = test_*.py
|
||||
python_classes = Test*
|
||||
python_functions = test_*
|
||||
addopts = -v --tb=short
|
||||
markers =
|
||||
integration: integration tests
|
||||
unit: unit tests
|
||||
integration: integration tests that make real API calls
|
||||
unit: unit tests with mocked dependencies
|
||||
Reference in New Issue
Block a user