mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 01:26:53 +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