16 lines
		
	
	
		
			360 B
		
	
	
	
		
			INI
		
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			360 B
		
	
	
	
		
			INI
		
	
	
	
| [tool:pytest]
 | |
| testpaths = test
 | |
| python_files = test_*.py *_test.py
 | |
| python_classes = Test*
 | |
| python_functions = test_*
 | |
| addopts = 
 | |
|     -v
 | |
|     --strict-markers
 | |
|     --disable-warnings
 | |
|     --tb=short
 | |
| markers =
 | |
|     unit: Unit tests
 | |
|     integration: Integration tests
 | |
|     slow: Slow tests that take more than a few seconds
 | |
|     network: Tests that require network access
 |