Skip to content

Commit a7567ef

Browse files
committed
Use compact traceback for errors reporting.
1 parent 4cf03e3 commit a7567ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99

1010
PYTEST_ARGS = {
11-
'default': ['tests'],
12-
'fast': ['tests', '-q'],
11+
'default': ['tests', '--tb=short'],
12+
'fast': ['tests', '--tb=short', '-q'],
1313
}
1414

1515
FLAKE8_ARGS = ['rest_framework', 'tests', '--ignore=E501']

0 commit comments

Comments
 (0)