Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	| [tool:pytest] | |
| testpaths = specs | |
| python_files = *_spec.py | |
| python_classes = Test* | |
| python_functions = test_* | |
| pythonpath = . | |
| addopts = | |
| --strict-markers | |
| --strict-config | |
| --verbose | |
| --tb=short | |
| --capture=no | |
| markers = | |
| e2e: marks tests as end-to-end tests | |
| slow: marks tests as slow running | |
| upload: marks tests related to upload functionality | |
| admin: marks tests related to admin functionality | |
| export: marks tests related to export functionality | |