tests
This commit is contained in:
11
tests/pytest.ini
Normal file
11
tests/pytest.ini
Normal file
@@ -0,0 +1,11 @@
|
||||
[pytest]
|
||||
testpaths = unit integration
|
||||
python_files = test_*.py
|
||||
python_classes = Test*
|
||||
python_functions = test_*
|
||||
addopts = -v --tb=short
|
||||
markers =
|
||||
unit: Unit tests for individual functions
|
||||
integration: Integration tests for module interactions
|
||||
slow: Tests that take longer to run
|
||||
requires_pil: Tests that require PIL/Pillow
|
||||
Reference in New Issue
Block a user