..
browsable_api
Browsable API tests asserts to pytest ( #4725 )
2016-12-01 16:17:36 +00:00
__init__.py
Support for running the test suite with py.test
2014-03-02 12:40:30 +01:00
conftest.py
Version 3.5 ( #4525 )
2016-10-10 13:03:46 +01:00
models.py
Django 1.10 support. ( #4158 )
2016-06-01 15:31:00 +01:00
test_api_client.py
Version 3.5 ( #4525 )
2016-10-10 13:03:46 +01:00
test_atomic_requests.py
converted asserts of atomic requests test to pytest
2016-11-30 16:17:30 +06:00
test_authentication.py
fix authentication_test pytest failure
2016-12-06 00:47:58 +06:00
test_bound_fields.py
Add failing test for issue #3868 ( #4378 )
2016-08-10 16:04:32 +01:00
test_decorators.py
converted asserts of decorators test to pytest
2016-11-30 16:24:48 +06:00
test_description.py
converted asserts of descriptions test to pytest
2016-11-30 16:42:43 +06:00
test_encoders.py
converted asserts of encoders test to pytest
2016-11-30 16:45:48 +06:00
test_exceptions.py
converted asserts of exceptions test to pytest ( #4723 )
2016-11-30 11:12:01 +00:00
test_fields.py
converted remaining unittes asserts of fields test to pytest ( #4724 )
2016-11-30 12:52:32 +00:00
test_filters.py
converted filters tests asserts to pytest style ( #4711 )
2016-11-28 14:31:27 +00:00
test_generics.py
added fixes
2016-11-30 12:35:34 +06:00
test_htmlrenderer.py
Django 1.10 support. ( #4158 )
2016-06-01 15:31:00 +01:00
test_lazy_hyperlinks.py
Lazy hyperlink names ( #4554 )
2016-10-11 12:18:00 +01:00
test_metadata.py
Clean up existing deprecation warnings. ( #4166 )
2016-06-02 14:39:10 +01:00
test_middleware.py
Django 1.10 support. ( #4158 )
2016-06-01 15:31:00 +01:00
test_model_serializer.py
Fix django deprecation warnings ( #4712 )
2016-11-29 09:49:18 +00:00
test_multitable_inheritance.py
Clean up existing deprecation warnings. ( #4166 )
2016-06-02 14:39:10 +01:00
test_negotiation.py
Fix json indent parameter. Closes #4281 ( #4313 )
2016-07-27 11:49:01 +01:00
test_one_to_one_with_inheritance.py
Test one to one with inheritance ( #4575 )
2016-10-13 14:21:23 +01:00
test_pagination.py
Enable cursor pagination of value querysets. ( #4569 )
2016-11-01 10:42:01 +00:00
test_parsers.py
Fallback behavior for request parsing when request.POST already accessed. ( #4500 )
2016-09-21 11:49:09 +01:00
test_permissions.py
Version 3.5 ( #4525 )
2016-10-10 13:03:46 +01:00
test_prefetch_related.py
Fix django deprecation warnings ( #4712 )
2016-11-29 09:49:18 +00:00
test_relations_generic.py
converted generic relations assert to pytest style
2016-11-27 23:55:09 +06:00
test_relations_hyperlink.py
Allow relative style hyperlinked URLs
2016-06-02 15:03:17 +01:00
test_relations_pk.py
converted primary key relations test asserts to pytest ( #4709 )
2016-11-28 09:43:48 +00:00
test_relations_slug.py
Clean up existing deprecation warnings. ( #4166 )
2016-06-02 14:39:10 +01:00
test_relations.py
Fix empty pk detection in HyperlinkRelatedField.get_url
2016-03-07 19:37:48 +01:00
test_renderers.py
Resolve form display with ChoiceField, MultipleChoiceField and non-string choices. ( #4374 )
2016-08-10 12:02:33 +01:00
test_request.py
Version 3.5 ( #4525 )
2016-10-10 13:03:46 +01:00
test_requests_client.py
Version 3.5 ( #4525 )
2016-10-10 13:03:46 +01:00
test_response.py
Clean up existing deprecation warnings. ( #4166 )
2016-06-02 14:39:10 +01:00
test_reverse.py
Version 3.5 ( #4525 )
2016-10-10 13:03:46 +01:00
test_routers.py
Version 3.5 ( #4525 )
2016-10-10 13:03:46 +01:00
test_schemas.py
Fix unhandled Http404, PermissionDenied in schema generation ( #4645 ) ( #4646 )
2016-11-02 09:04:01 +00:00
test_serializer_bulk_update.py
Empty cases of .validated_data and .errors as lists not dicts for ListSerializer ( #4180 )
2016-06-08 15:55:09 +01:00
test_serializer_lists.py
Proof of bug #2761
2015-09-19 10:17:57 -04:00
test_serializer_nested.py
Handle empty data with serializer ( #4564 )
2016-10-12 10:47:17 +01:00
test_serializer.py
Make serializer fields import explicit ( #4628 )
2016-11-01 10:27:11 +00:00
test_settings.py
3.4.0 Release ( #4258 )
2016-07-13 16:30:41 +01:00
test_status.py
Sort imports with isort
2015-06-25 16:55:51 -04:00
test_templatetags.py
Fixes #4532 ( #4636 )
2016-10-31 20:41:54 +00:00
test_testing.py
Do not treat empty non-form input as HTML. ( #4566 )
2016-10-12 15:46:24 +01:00
test_throttling.py
Sort imports with isort
2015-06-25 16:55:51 -04:00
test_urlpatterns.py
Version 3.5 ( #4525 )
2016-10-10 13:03:46 +01:00
test_utils.py
Breadcrumb view name suffix fix ( #4750 )
2016-12-20 22:19:00 +00:00
test_validation_error.py
more pytest style assert ( #4719 )
2016-11-30 09:48:33 +00:00
test_validation.py
more pytest style assert ( #4719 )
2016-11-30 09:48:33 +00:00
test_validators.py
converted validators and write_only_fields test to pytest style ( #4697 )
2016-11-23 14:05:34 +00:00
test_versioning.py
Fix handling of ALLOWED_VERSIONS and no DEFAULT_VERSION ( #4370 )
2016-08-10 15:19:56 +01:00
test_views.py
convert tests asserts to pytest style ( #4696 )
2016-11-23 13:17:00 +00:00
test_viewsets.py
convert tests asserts to pytest style ( #4696 )
2016-11-23 13:17:00 +00:00
test_write_only_fields.py
converted validators and write_only_fields test to pytest style ( #4697 )
2016-11-23 14:05:34 +00:00
urls.py
Remove django.conf.urls.pattern
as it'll be removed in Django 2.0
2015-06-11 00:45:23 +02:00
utils.py
Version 3.5 ( #4525 )
2016-10-10 13:03:46 +01:00