Support for running the test suite with py.test
* Get rid of runtests.py * Moved test code from rest_framework/tests and rest_framework/runtests to tests * Invoke py.test from setup.py * Invoke py.test from Travis * Invoke py.test from tox * Changed setUpClass to be just plain setUp in test_permissions.py * Updated contribution guideline to show how to invoke py.test
Showing
conftest.py
0 → 100644
pytest.ini
0 → 100644
-e . | ||
Django>=1.3 | ||
pytest-django==2.6 |
rest_framework/runtests/runtests.py
deleted
100755 → 0
rest_framework/tests/tests.py
deleted
100644 → 0
File moved
Please
register
or
sign in
to comment