aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/test.py
AgeCommit message (Collapse)Author
2013-07-15Only include APISimpleTestCase and APILiveServerTestCase from django 1.4 onwardsTom Christie
2013-07-15Added test case classesTom Christie
2013-07-01Complete testing docsTom Christie
2013-06-29Rename to force_authenticateTom Christie
2013-06-29Simplify APIClient implementationTom Christie
2013-06-29Added APIClient.authenticate()Tom Christie
2013-06-29Addeded 'APITestClient.credentials()'Tom Christie
2013-06-28Added APIClientTom Christie
2013-06-28Added APIRequestFactoryTom Christie