django-rest-framework/tests
2017-02-22 13:27:23 +02:00
..
browsable_api
__init__.py
conftest.py
models.py
test_api_client.py
test_atomic_requests.py
test_authentication.py Add tests for BasicAuthentication and TokenAuthentication (#4837) 2017-01-23 15:08:59 +00:00
test_authtoken.py Add couple of test for AuthToken (#4816) 2017-01-15 08:41:47 +00:00
test_bound_fields.py Add test for delete field (#4819) 2017-01-16 13:46:32 +00:00
test_compat.py Refactor according to comments in PR (#4848) 2017-01-25 10:38:27 +00:00
test_decorators.py
test_description.py Fixed dedent for tab indent. 2017-01-31 20:57:52 +01:00
test_encoders.py Increased utils/encoders.py test coverage. 2017-02-15 07:17:33 +01:00
test_exceptions.py
test_fields.py Add max_length and min_length arguments for ListField (#4877) 2017-02-06 09:36:03 +00:00
test_filters.py Add couple of tests for filters (#4849) 2017-01-25 14:35:12 +00:00
test_generics.py Add remaining tests for generics (#4865) 2017-01-30 11:08:03 +00:00
test_htmlrenderer.py Template html renderer tests (#4817) 2017-01-16 18:16:43 +00:00
test_lazy_hyperlinks.py
test_metadata.py Add remaining tests for metadata (#4855) 2017-01-27 09:25:51 +00:00
test_middleware.py
test_model_serializer.py Guard against the possible misspelling readonly_fields in model serializers 2017-02-22 13:27:23 +02:00
test_multitable_inheritance.py
test_negotiation.py Add tests for BaseContentNegotiation 2017-01-19 12:50:17 +02:00
test_one_to_one_with_inheritance.py Fixed test_one_to_one_with_inheritance. Added required on_delete attribute to OneToOneField field. (#4838) 2017-01-24 09:56:46 +00:00
test_pagination.py Add test for pagination when limit not set 2017-01-31 16:51:09 +02:00
test_parsers.py Convert tests to pytest style 2017-01-11 21:13:30 +02:00
test_permissions.py
test_prefetch_related.py
test_relations_generic.py
test_relations_hyperlink.py converted test asserts of hyperlin relations to pytest 2017-01-21 01:41:45 +06:00
test_relations_pk.py
test_relations_slug.py fix wrong assert 2017-01-21 02:25:36 +06:00
test_relations.py
test_renderers.py Renderer tests (#4791) 2017-01-08 16:33:43 +00:00
test_request.py Revert several tests 2017-01-12 22:53:01 +02:00
test_requests_client.py
test_response.py
test_reverse.py Refactor reverse tests style 2017-01-12 18:41:16 +02:00
test_routers.py Fixed Django 2.0 compatibility due to django.conf.urls.include parameters change. (#4866) 2017-01-30 16:11:19 +00:00
test_schemas.py Refactor schemas tests style 2017-01-12 18:33:24 +02:00
test_serializer_bulk_update.py converted serializer bulk update test asserts to pytest (#4805) 2017-01-11 20:38:32 +00:00
test_serializer_lists.py
test_serializer_nested.py
test_serializer.py Check for collection.Mapping instead of dict 2017-02-19 13:10:03 -08:00
test_settings.py
test_status.py
test_templatetags.py Add test for urlquote_wrapper (#4832) 2017-01-20 20:09:47 +00:00
test_testing.py
test_throttling.py Throttle tests fix (#4810) 2017-01-12 17:53:48 +00:00
test_urlpatterns.py
test_utils.py
test_validation_error.py
test_validation.py
test_validators.py Add remaining tests for validators (#4827) 2017-01-18 20:39:20 +00:00
test_versioning.py Fixed Django 2.0 compatibility due to django.conf.urls.include parameters change. (#4866) 2017-01-30 16:11:19 +00:00
test_views.py
test_viewsets.py
test_write_only_fields.py
urls.py
utils.py