django-rest-framework/rest_framework/tests
Rajiv Bose 0de1a1a0ad Typo in strings referring to Python package, django-filter.
On skip of django_filters related unit-tests the reason given states the Python package 'django-filters' is not install.

However, the Python package required to run django_filters related tests is 'django-filter'.
2013-09-13 11:55:16 +01:00
..
extras Be more informative when reporting import errors. 2013-01-07 12:52:20 +00:00
__init__.py Push tests into a seperate app namespace 'rest_framework.test' 2012-10-27 18:44:23 +01:00
description.py Use imported views to expose python 2.6 bug. Refs #943 2013-06-27 11:58:34 +01:00
models.py Remove 'Hold down "Control" ...' message from help_text 2013-07-04 01:51:24 -04:00
test_authentication.py Added APIClient 2013-06-28 17:50:30 +01:00
test_breadcrumbs.py Change test urls to match 1.6 test module name style 2013-05-29 09:00:30 +01:00
test_decorators.py Added APIRequestFactory 2013-06-28 17:17:39 +01:00
test_description.py Updated tests for view name and description 2013-08-18 00:29:05 -04:00
test_fields.py Make ChoiceField.from_native() follow IntegerField behaviour on empty values 2013-08-29 18:10:47 +02:00
test_files.py Add validation error test when passing non-file to FileField 2013-08-23 12:03:54 +01:00
test_filters.py Typo in strings referring to Python package, django-filter. 2013-09-13 11:55:16 +01:00
test_genericrelations.py Rename test modules to 1.6 style 2013-05-29 08:57:11 +01:00
test_generics.py Added test for OPTIONS before object creation from a PUT 2013-09-03 12:30:18 -07:00
test_htmlrenderer.py Change test urls to match 1.6 test module name style 2013-05-29 09:00:30 +01:00
test_hyperlinkedserializers.py Added APIRequestFactory 2013-06-28 17:17:39 +01:00
test_multitable_inheritance.py Rename test modules to 1.6 style 2013-05-29 08:57:11 +01:00
test_negotiation.py Added APIRequestFactory 2013-06-28 17:17:39 +01:00
test_pagination.py Typo in strings referring to Python package, django-filter. 2013-09-13 11:55:16 +01:00
test_parsers.py Rename test modules to 1.6 style 2013-05-29 08:57:11 +01:00
test_permissions.py Tweaks and docs to object-level model permissions. 2013-09-10 21:00:13 +01:00
test_relations_hyperlink.py Added APIRequestFactory 2013-06-28 17:17:39 +01:00
test_relations_nested.py Failing test case for nullifying nested object 2013-08-12 21:06:37 +03:00
test_relations_pk.py Regression test for #1072 2013-08-31 17:10:15 +03:00
test_relations_slug.py Rename test modules to 1.6 style 2013-05-29 08:57:11 +01:00
test_relations.py Rename test modules to 1.6 style 2013-05-29 08:57:11 +01:00
test_renderers.py Added APIRequestFactory 2013-06-28 17:17:39 +01:00
test_request.py Added APIClient 2013-06-28 17:50:30 +01:00
test_response.py Change test urls to match 1.6 test module name style 2013-05-29 09:00:30 +01:00
test_reverse.py Added APIRequestFactory 2013-06-28 17:17:39 +01:00
test_routers.py Fix failing test for router with no trailing slash 2013-08-23 15:18:47 +01:00
test_serializer_bulk_update.py Rename test modules to 1.6 style 2013-05-29 08:57:11 +01:00
test_serializer_nested.py Rename test modules to 1.6 style 2013-05-29 08:57:11 +01:00
test_serializer.py Fix failing empty serializer test 2013-08-30 09:12:39 +01:00
test_settings.py Rename test modules to 1.6 style 2013-05-29 08:57:11 +01:00
test_testing.py force_authenticate(None) also clears session info. 2013-08-23 11:21:52 +01:00
test_throttling.py don't set X-Throttle-Wait-Second header if throttle wait is None 2013-08-13 15:31:58 -05:00
test_urlpatterns.py Added APIRequestFactory 2013-06-28 17:17:39 +01:00
test_validation.py Added APIRequestFactory 2013-06-28 17:17:39 +01:00
test_views.py Support customizable view EXCEPTION_HANDLER 2013-09-06 12:47:33 -05:00
tests.py Only use test import munging prior to Django 1.6's new test runner 2013-06-02 21:04:47 +01:00