wip
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
[pytest]
|
||||
testpaths = unit integration
|
||||
testpaths = unit integration e2e
|
||||
python_files = test_*.py
|
||||
python_classes = Test*
|
||||
python_functions = test_*
|
||||
addopts = -v --tb=short
|
||||
norecursedirs = e2e/scripts
|
||||
markers =
|
||||
unit: Unit tests for individual functions
|
||||
integration: Integration tests for module interactions
|
||||
|
||||
Reference in New Issue
Block a user