mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 01:47:59 +03:00 
			
		
		
		
	Use compact traceback for errors reporting.
This commit is contained in:
		
							parent
							
								
									4cf03e30ff
								
							
						
					
					
						commit
						a7567efa8d
					
				| 
						 | 
				
			
			@ -8,8 +8,8 @@ import subprocess
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
PYTEST_ARGS = {
 | 
			
		||||
    'default': ['tests'],
 | 
			
		||||
    'fast': ['tests', '-q'],
 | 
			
		||||
    'default': ['tests', '--tb=short'],
 | 
			
		||||
    'fast': ['tests', '--tb=short', '-q'],
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
FLAKE8_ARGS = ['rest_framework', 'tests', '--ignore=E501']
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user