diff options
| -rwxr-xr-x | runtests.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/runtests.py b/runtests.py index abf15a62..0008bfae 100755 --- a/runtests.py +++ b/runtests.py @@ -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'] | 
