mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 12:30:11 +03:00
Use the short traceback.
This commit is contained in:
parent
cefeb23b25
commit
cfd0ab52fd
|
@ -8,8 +8,8 @@ import subprocess
|
|||
|
||||
|
||||
PYTEST_ARGS = {
|
||||
'default': ['tests'],
|
||||
'fast': ['tests', '-q'],
|
||||
'default': ['tests', '--tb=short'],
|
||||
'fast': ['tests', '-q', '--tb=short'],
|
||||
}
|
||||
|
||||
FLAKE8_ARGS = ['rest_framework', 'tests', '--ignore=E501']
|
||||
|
|
Loading…
Reference in New Issue
Block a user