Commit a7567efa by Xavier Ordoquy

Use compact traceback for errors reporting.

parent 4cf03e30
...@@ -8,8 +8,8 @@ import subprocess ...@@ -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']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment