Commit db40b7eb by Tom Christie

Add coverage to runtests. Closes #2936.

parent a8acdbc3
# PyTest for running the tests.
pytest==2.6.4
pytest-django==2.8.0
pytest-cov==1.8.1
......@@ -8,7 +8,7 @@ import sys
import pytest
PYTEST_ARGS = {
'default': ['tests', '--tb=short', '-s'],
'default': ['tests', '--tb=short', '-s', '--cov', 'rest_framework'],
'fast': ['tests', '--tb=short', '-q', '-s'],
}
......
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