aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/runtests/settings.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
2014-01-08Testing nested serializers with models that have str foreign key references.Dustin Farris
2013-09-07necessary test settings for guardianbwreilly
2013-09-06some properly failing tests, set up for standard permissionsbwreilly
2013-06-26Use AUTH_USER_MODEL consistently between various Django versions. Closes #946Tom Christie
2013-05-18Updated the dependencies version and added the ALLOWED_HOSTS for tests.Xavier Ordoquy
2013-03-07Merge OAuth2 work.Tom Christie
2013-03-06Fix import errorsPierre Dulac
2013-03-06Only add the django-oauth2-provider apps if the module is installedPierre Dulac
otherwise log a warning
2013-03-01Add django-oauth2-provider to the installed appsPierre Dulac
2013-02-26runtest.settings fixed if django-oauth-plus or oauth2 are not installedswistakm
oauth_provider can be added to INSTALLED_APPS only if these packages are installed
2013-02-25add django-oauth-plus & oauth2 to installed apps in runtests settings.pyswistakm
2013-02-13Set PASSWORD_HASHERS to massively speed up tests (almost x10)Tom Christie
2012-12-28django.contrib.staticfiles no longer needs to be in INSTALLED_APPSTom Christie
2012-12-27Update runtest settings to include staticfiles app.Tom Christie
2012-11-08Make default FILTER_BACKEND = NoneTom Christie
2012-11-04Add tests for caching of GET/HEAD requests usingJacob Magnusson
Django's built in caching framework. Currently fails as some attributes on the Response object are not pickable
2012-10-27Push tests into a seperate app namespace 'rest_framework.test'Tom Christie
Prevents tests from running by default when rest_framework is installed as 3rd party app. Fixes #316, #185
2012-09-28Get test-only models properly workingTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie