aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/runtests
AgeCommit message (Expand)Author
2012-09-20Remove old 'djangorestframework directoriesTom Christie
2012-09-12Tweaks to Token authTom Christie
2012-09-07Add a TokenAuthentication class in a sub-applicationMjumbe Wawatu Poe
2012-09-05Clean up runcoverageTom Christie
2012-09-01Docs tweak for first docs deploymentTom Christie
2012-02-25Massive mergeTom Christie
2012-02-01Update test settings for 1.2Tom Christie
2012-01-31django-staticfiles for Django 1.2 compatabilityTom Christie
2012-01-04Don't raise when in compat mode, just pass.Marko Tibold
2011-12-29whitespace fixesTom Christie
2011-12-14Use 1.4's CSRFMiddleware, so that PUT and DELETE get CSRF validation if sessi...Tom Christie
2011-07-13Improve coverage reportingTom Christie
2011-07-08add unit tests which show m2m creation failing for through tableCraig Blaszczyk
2011-06-30Tidy up oauth imports slightlyTom Christie
2011-06-28Pull in David's initial oauth testsTom Christie
2011-06-26Allow .json .html .xml style urls and also allow these formats to be specifie...Michael Fötsch
2011-06-25Adding tests for OAuth authentication through django-oauth-plus, a dedicated ...David Larlet
2011-06-13deleted pre-Django 1.2 work-around and added a usage string.markotibold
2011-06-10made it possible to pass args to runtests to specify the Testcase, or more sp...markotibold
2011-03-30Only use xmlrunner if running under hudsontom christie tom@tomchristie.com
2011-03-18Coverage for all platforms working. Had some trouble with dependencies of cov...markotibold
2011-03-17Test result graphing now possible for all 6 environments. Had to fix unittest...markotibold
2011-03-15Implementing graphing.markotibold
2011-03-13tox, runcoverage, and setup.py testTom Christie