.. |
browsable_api
|
Test for #3153
|
2015-07-16 15:40:41 +03:00 |
__init__.py
|
Support for running the test suite with py.test
|
2014-03-02 12:40:30 +01:00 |
conftest.py
|
Simplify test settings
|
2015-03-14 15:57:22 -04:00 |
description.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
models.py
|
Cleanup import following PEP 8 style guide
|
2015-06-25 16:10:17 -04:00 |
test_atomic_requests.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_authentication.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_bound_fields.py
|
Serializer API restrictions.
|
2014-12-17 14:14:51 +00:00 |
test_decorators.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_description.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_fields.py
|
Fix boolean checkboxes setting to False. Closes #3258. Closes #2776.
|
2015-08-13 09:56:03 +01:00 |
test_filters.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_generics.py
|
Use RuntimeError, not AssertionError when guarding against direct View.queryset evalutation. Refs #3180.
|
2015-07-24 09:13:39 +01:00 |
test_htmlrenderer.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_metadata.py
|
Include nested objects in metadata for OPTIONS. Closes #3156. Closes #2915.
|
2015-07-16 15:17:18 +01:00 |
test_middleware.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_model_serializer.py
|
Add tests for display_value
|
2015-08-10 12:19:46 +01:00 |
test_multitable_inheritance.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_negotiation.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_pagination.py
|
Resolve assertion error with LimitOffsetPagination and erronous parameters. Closes #2920.
|
2015-07-23 12:41:35 +01:00 |
test_parsers.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_permissions.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_relations_generic.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_relations_hyperlink.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_relations_pk.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_relations_slug.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_relations.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_renderers.py
|
Deprecations
|
2015-07-30 15:26:42 +01:00 |
test_request.py
|
Deprecations
|
2015-07-30 15:26:42 +01:00 |
test_response.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_reverse.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_routers.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_serializer_bulk_update.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_serializer_lists.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_serializer_nested.py
|
Updated the test cases based on the CR comments
|
2015-07-25 08:22:14 -07:00 |
test_serializer.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_settings.py
|
Empty settings should also be coerced to lists. Closes #3087.
|
2015-07-02 10:28:46 +01:00 |
test_status.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_templatetags.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_testing.py
|
Raise helpful error when erronously including nested data in multipart post requests with test client. Closes #2919.
|
2015-07-14 14:49:44 +01:00 |
test_throttling.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_urlpatterns.py
|
Runtests should not suppress stdout. In the context of a web app only serves to hide erronous print statements.
|
2015-07-16 11:50:22 +01:00 |
test_utils.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_validation.py
|
Add support for grouped choices.
|
2015-07-03 12:27:01 +01:00 |
test_validators.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_versioning.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_views.py
|
Update exception handler test in line with deprecations
|
2015-07-30 15:42:11 +01:00 |
test_viewsets.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
test_write_only_fields.py
|
Sort imports with isort
|
2015-06-25 16:55:51 -04: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
|
Fix NamespaceVersioning with hyperlinked serializer fields
|
2015-02-05 00:58:09 +00:00 |