| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-02 | Support for running the test suite with py.test | Andreas 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-08 | Testing nested serializers with models that have str foreign key references. | Dustin Farris | |
| 2013-09-07 | necessary test settings for guardian | bwreilly | |
| 2013-09-06 | some properly failing tests, set up for standard permissions | bwreilly | |
| 2013-06-26 | Use AUTH_USER_MODEL consistently between various Django versions. Closes #946 | Tom Christie | |
| 2013-05-18 | Updated the dependencies version and added the ALLOWED_HOSTS for tests. | Xavier Ordoquy | |
| 2013-03-07 | Merge OAuth2 work. | Tom Christie | |
| 2013-03-06 | Fix import errors | Pierre Dulac | |
| 2013-03-06 | Only add the django-oauth2-provider apps if the module is installed | Pierre Dulac | |
| otherwise log a warning | |||
| 2013-03-01 | Add django-oauth2-provider to the installed apps | Pierre Dulac | |
| 2013-02-26 | runtest.settings fixed if django-oauth-plus or oauth2 are not installed | swistakm | |
| oauth_provider can be added to INSTALLED_APPS only if these packages are installed | |||
| 2013-02-25 | add django-oauth-plus & oauth2 to installed apps in runtests settings.py | swistakm | |
| 2013-02-13 | Set PASSWORD_HASHERS to massively speed up tests (almost x10) | Tom Christie | |
| 2012-12-28 | django.contrib.staticfiles no longer needs to be in INSTALLED_APPS | Tom Christie | |
| 2012-12-27 | Update runtest settings to include staticfiles app. | Tom Christie | |
| 2012-11-08 | Make default FILTER_BACKEND = None | Tom Christie | |
| 2012-11-04 | Add tests for caching of GET/HEAD requests using | Jacob Magnusson | |
| Django's built in caching framework. Currently fails as some attributes on the Response object are not pickable | |||
| 2012-10-27 | Push 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-28 | Get test-only models properly working | Tom Christie | |
| 2012-09-20 | Change package name: djangorestframework -> rest_framework | Tom Christie | |
