mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-24 07:20:41 +03:00
Merge pull request #3746 from linovia/feature/display_internal_pytest_warnings
Display py.test internal warnings
This commit is contained in:
commit
2ce3ab59a6
|
@ -8,8 +8,8 @@ import sys
|
|||
import pytest
|
||||
|
||||
PYTEST_ARGS = {
|
||||
'default': ['tests', '--tb=short', '-s'],
|
||||
'fast': ['tests', '--tb=short', '-q', '-s'],
|
||||
'default': ['tests', '--tb=short', '-s', '-rw'],
|
||||
'fast': ['tests', '--tb=short', '-q', '-s', '-rw'],
|
||||
}
|
||||
|
||||
FLAKE8_ARGS = ['rest_framework', 'tests', '--ignore=E501']
|
||||
|
|
Loading…
Reference in New Issue
Block a user