nitdaa / pytest.ini
Sam-max1's picture
Upload folder using huggingface_hub
af8ac78 verified
Raw
History Blame
433 Bytes
[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
markers =
unit: Unit tests for individual components
integration: Integration tests for workflows
slow: Tests that take longer than 1 second
requires_gpu: Tests that require GPU
requires_services: Tests that require running services
addopts =
-v
--tb=short
--strict-markers
-ra
minversion = 7.0