Files
Text-Texture-Generator-for-…/tests/pytest.ini
2025-09-13 10:38:28 +03:00

11 lines
338 B
INI

[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