kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
				
				
				
			
		
			
				
	
	
		
			19 wiersze
		
	
	
		
			468 B
		
	
	
	
		
			INI
		
	
	
			
		
		
	
	
			19 wiersze
		
	
	
		
			468 B
		
	
	
	
		
			INI
		
	
	
| [flake8]
 | |
| max-line-length = 120
 | |
| exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
 | |
| 
 | |
| [pep8]
 | |
| max-line-length = 120
 | |
| exclude=.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
 | |
| 
 | |
| [tool:pytest]
 | |
| python_files = tests.py test_*.py *_tests.py
 | |
| testpaths = tests
 | |
| env =
 | |
|     SECRET_KEY=test
 | |
|     EMAIL_CONFIG=consolemail://
 | |
|     CELERY_BROKER_URL=memory://
 | |
|     CELERY_TASK_ALWAYS_EAGER=True
 | |
|     CACHEOPS_ENABLED=False
 | |
|     FEDERATION_HOSTNAME=test.federation
 |