debian-django-rest-framework/tests
kazmiruk 73e433ed5c fixes tests for renamed SortedDict 2015-04-23 16:32:36 +07:00
..
accounts Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
browsable_api Fix imports 2014-09-02 15:29:21 +02:00
extras Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
records Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
users Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
__init__.py Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
conftest.py Regression for #1810: Test login view renders 2014-09-01 10:07:05 +02:00
description.py Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
models.py Remove duplicated model declaration. 2014-08-19 16:32:30 +02:00
serializers.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
settings.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
test_authentication.py Comform to flake8 2014-09-01 10:09:46 +02:00
test_breadcrumbs.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
test_decorators.py Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
test_description.py Remove unicode strings 2014-09-05 16:01:17 -07:00
test_fields.py fixes tests for renamed SortedDict 2015-04-23 16:32:36 +07:00
test_files.py Drop six from compat. 1.4.2 is now the lowest supported version. 2014-08-19 17:06:55 +01:00
test_filters.py Failing test case for #1432 2014-09-05 11:33:54 -07:00
test_genericrelations.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
test_generics.py Remove left unicode strings 2014-09-23 21:18:56 -04:00
test_htmlrenderer.py Drop six from compat. 1.4.2 is now the lowest supported version. 2014-08-19 17:06:55 +01:00
test_hyperlinkedserializers.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
test_multitable_inheritance.py Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
test_negotiation.py Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
test_nullable_fields.py Merge remote-tracking branch 'reference/2.4.0' into feature/pytest 2014-05-01 08:01:38 +02:00
test_pagination.py Add custom pagination test that covers case with custom object serializer class 2014-09-03 16:49:32 +02:00
test_parsers.py Move parser tests to correct directory 2014-09-05 15:33:47 -07:00
test_permissions.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
test_relations.py Set up serializer fields lazily on-demand. 2014-10-17 09:50:57 -06:00
test_relations_hyperlink.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
test_relations_nested.py Merge remote-tracking branch 'pelme/pytest' into feature/pytest 2014-04-17 09:53:44 +02:00
test_relations_pk.py Drop six from compat. 1.4.2 is now the lowest supported version. 2014-08-19 17:06:55 +01:00
test_relations_slug.py Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
test_renderers.py Drop six from compat. 1.4.2 is now the lowest supported version. 2014-08-19 17:06:55 +01:00
test_request.py Drop six from compat. 1.4.2 is now the lowest supported version. 2014-08-19 17:06:55 +01:00
test_response.py Drop six from compat. 1.4.2 is now the lowest supported version. 2014-08-19 17:06:55 +01:00
test_reverse.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
test_routers.py Added DefaultRouter support (and test) for viewsets without the default action implemented, which is usually the list action. 2014-09-11 12:42:36 +02:00
test_serializer.py fixes tests for renamed SortedDict 2015-04-23 16:32:36 +07:00
test_serializer_bulk_update.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
test_serializer_empty.py Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
test_serializer_import.py Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
test_serializer_nested.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
test_serializers.py Drop six from compat. 1.4.2 is now the lowest supported version. 2014-08-19 17:06:55 +01:00
test_settings.py Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
test_status.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
test_templatetags.py Resolve linting issues 2014-08-19 13:54:52 +01:00
test_testing.py Fix follow does not work on APIClient 2014-10-06 15:10:35 +08:00
test_throttling.py Merge branch 'master' into set-retry-after 2014-08-20 20:04:48 +04:00
test_urlizer.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
test_urlpatterns.py Merge remote-tracking branch 'reference/2.4.0' into feature/pytest 2014-05-01 08:01:38 +02:00
test_validation.py Fixed #1533 - Resolved issue with integer keys on nested choices never validating. 2014-09-06 17:13:28 -04:00
test_views.py Merge remote-tracking branch 'origin/master' into 2.4.0 2014-06-23 14:02:45 +02:00
test_write_only_fields.py Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00
urls.py Use urls functions from django instead of compat. 2014-05-01 08:41:37 +02:00
utils.py Drop six from compat. 1.4.2 is now the lowest supported version. 2014-08-19 17:06:55 +01:00
views.py Support for running the test suite with py.test 2014-03-02 12:40:30 +01:00