aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_generics.py
AgeCommit message (Collapse)Author
2015-01-31Fix error text in test.Tom Christie
2015-01-07prefer single quotes in source and double quotes in user visible strings; ↵Craig Blaszczyk
add some missing full stops to user visible strings
2014-11-29Fixed typosTymur Maryokhin
2014-11-29Moved non-conflicting modelsTymur Maryokhin
2014-09-26request.data attributeTom Christie
2014-09-24Drop redundant OPTIONS testsTom Christie
2014-09-12Clean up relational fields queryset usageTom Christie
2014-09-11Merge masterTom Christie
2014-09-05Workin onTom Christie
2014-09-02Getting tests passingTom Christie
2014-08-29Remove `.model` usage in tests.Tom Christie
Remove the shortcut `.model` view attribute usage from test cases.
2014-08-19Drop six from compat. 1.4.2 is now the lowest supported version.Tom Christie
2014-06-23Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
Conflicts: .travis.yml docs/api-guide/viewsets.md rest_framework/serializers.py rest_framework/throttling.py tests/test_generics.py tests/test_serializers.py tox.ini
2014-03-02Support for running the test suite with py.testAndreas Pelme
* 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