9 lines
225 B
INI
9 lines
225 B
INI
|
|
[pytest]
|
||
|
|
python_files = test_*.py
|
||
|
|
python_classes = Test*
|
||
|
|
python_functions = test_*
|
||
|
|
|
||
|
|
markers =
|
||
|
|
integration: Integration tests that test multiple components together
|
||
|
|
unit: Unit tests for individual functions or classes
|