Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	| [tool:pytest] | |
| testpaths = tests | |
| python_files = test_*.py | |
| python_classes = Test* | |
| python_functions = test_* | |
| addopts = | |
| --strict-markers | |
| --verbose | |
| --tb=short | |
| --cov=src | |
| --cov-report=term-missing | |
| --cov-report=html:htmlcov | |
| --cov-report=xml | |
| --cov-fail-under=80 | |
| --asyncio-mode=auto | |
| --disable-warnings | |
| markers = | |
| unit: Unit tests that don't require external dependencies | |
| integration: Integration tests that test multiple components | |
| slow: Tests that take more than 1 second | |
| api: API-related tests | |
| asyncio_mode = auto | 
