mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +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 = {
|
PYTEST_ARGS = {
|
||||||
'default': ['tests'],
|
'default': ['tests', '--tb=short'],
|
||||||
'fast': ['tests', '-q'],
|
'fast': ['tests', '--tb=short', '-q'],
|
||||||
}
|
}
|
||||||
|
|
||||||
FLAKE8_ARGS = ['rest_framework', 'tests', '--ignore=E501']
|
FLAKE8_ARGS = ['rest_framework', 'tests', '--ignore=E501']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user