aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/description.py
AgeCommit message (Collapse)Author
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
2013-06-27Use imported views to expose python 2.6 bug. Refs #943Tom Christie
2013-05-29Rename test modules to 1.6 styleTom Christie
2013-04-04Fix up view name/description testsTom Christie
2013-02-27`assertEquals` -> `assertEqual`Tom Christie
2013-02-22Added test for utf8 strings in docstrings of views.Tom Christie
2013-02-04Cleanup importsTom Christie
Mostly adding `from __future__ import unicode_literals` everywhere.
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie