django/tests
Anssi Kääriäinen cd0ba8053d Fixed #12885 -- Fixed queries with GenericRelations to multi-table inheritance child models. 2015-12-14 10:48:01 -05:00
..
absolute_url_overrides
admin_autodiscover
admin_changelist Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
admin_checks Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
admin_custom_urls Fixed #25165 -- Removed inline JavaScript from the admin. 2015-12-05 15:51:57 -05:00
admin_docs Fixed #25667 -- Fixed admindocs initial_header_level. 2015-12-02 17:56:38 -05:00
admin_filters Fixed #22810 -- Corrected admin changelist count for list filters that filter by default. 2015-11-18 19:54:27 -05:00
admin_inlines Fixed #25165 -- Removed inline JavaScript from the admin. 2015-12-05 15:51:57 -05:00
admin_ordering
admin_registration Fixed #25688 -- Made admin.register() disallow an empty list of models. 2015-11-12 09:54:43 -05:00
admin_scripts Fixed #25909 -- Added unicode_literals import to apps.py generated by startapp. 2015-12-12 09:34:01 -05:00
admin_utils Fixed #25668 -- Misc spelling errors 2015-11-03 11:58:13 +02:00
admin_views Fixed #25883 -- Fixed admin deletion page summary counts for related objects. 2015-12-10 18:09:03 -05:00
admin_widgets Fixed #25165 -- Removed inline JavaScript from the admin. 2015-12-05 15:51:57 -05:00
aggregation Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
aggregation_regress Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
annotations Fixed #24986 -- Added support for annotations in DISTINCT queries. 2015-08-15 08:23:32 -04:00
app_loading
apps Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite. 2015-11-14 11:33:28 -05:00
auth_tests Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
backends Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite. 2015-11-14 11:33:28 -05:00
base
bash_completion
basic Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_delete=SET_NULL. 2015-11-21 10:34:01 -05:00
builtin_server
bulk_create Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
cache Fixed #25840 -- Fixed BaseCache.get_or_set() on the DummyCache backend. 2015-12-04 12:22:17 -05:00
check_framework Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
choices
conditional_processing
contenttypes_tests Refs #24099 -- Removed compatibility shim for ContentType.name field. 2015-09-23 19:31:10 -04:00
context_processors
createsuperuser Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
csrf_tests Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
custom_columns Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set. 2015-10-27 07:57:15 -04:00
custom_lookups Fixed #24629 -- Unified Transform and Expression APIs 2015-09-21 19:56:24 +10:00
custom_managers Refs #20625 -- Forwardported tests and release notes for queryset chaining fix. 2015-09-17 19:22:53 -04:00
custom_methods Tweak some examples. 2015-08-22 20:25:42 +02:00
custom_migration_operations
custom_pk
datatypes
dates Fixed #25470 -- Avoided unnecessary, expensive DATETIME typecast on MySQL. 2015-10-21 19:24:19 -04:00
datetimes
db_functions Fixed #25668 -- Misc spelling errors 2015-11-03 11:58:13 +02:00
db_typecasts Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
dbshell
decorators Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy(). 2015-12-12 14:46:48 -05:00
defer
defer_regress Fixed #25563 -- Cached deferred models in their proxied model's _meta.apps. 2015-10-19 20:11:32 -04:00
delete Fixed #25685 -- Fixed a duplicate query regression on deletion of proxied models. 2015-11-22 23:20:33 -05:00
delete_regress Changed database connection duplication technique. 2015-09-09 23:03:51 +02:00
deprecation Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and StringOrigin. 2015-09-29 18:31:11 -04:00
dispatch
distinct_on_fields
empty
expressions Fixed #25506 -- Allowed filtering over a RawSQL annotation. 2015-10-14 11:13:58 -07:00
expressions_case Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
extra_regress Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
field_deconstruction Refs #24590 -- Ensured isolation between autodetector tests 2015-08-28 10:17:34 +10:00
field_defaults
field_subclassing Removed SubfieldBase per deprecation timeline. 2015-09-23 19:31:09 -04:00
file_storage Fixed #21042 -- Allowed accessing FileDescriptor on the model class. 2015-10-01 15:19:39 -04:00
file_uploads Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
files
fixtures Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
fixtures_model_package
fixtures_regress Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list. 2015-10-06 12:38:34 -04:00
flatpages_tests Fixed #25780 -- Removed redundant status code assertions from tests 2015-11-21 18:12:33 +01:00
force_insert_update
foreign_object Refs #25745 -- Isolated a foreign_object test. 2015-11-14 11:33:28 -05:00
forms_tests Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
from_db_value
generic_inline_admin Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
generic_relations Fixed #12885 -- Fixed queries with GenericRelations to multi-table inheritance child models. 2015-12-14 10:48:01 -05:00
generic_relations_regress
generic_views Fixed #25780 -- Removed redundant status code assertions from tests 2015-11-21 18:12:33 +01:00
get_earliest_or_latest
get_object_or_404 Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set. 2015-10-27 07:57:15 -04:00
get_or_create
gis_tests Refs #25734 -- Relaxed GDALRaster statistics test to use assertAlmostEqual. 2015-12-04 07:35:50 -05:00
handlers Fixed #25780 -- Removed redundant status code assertions from tests 2015-11-21 18:12:33 +01:00
http_utils
httpwrappers Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy(). 2015-12-12 14:46:48 -05:00
humanize_tests
i18n Fixed #25925 -- Forced LANG=C for test_msgfmt_error_including_non_ascii. 2015-12-13 16:33:31 +01:00
import_error_package
indexes
inline_formsets
inspectdb Fixed #25274 --- Made inspectdb handle renamed fields in unique_together. 2015-11-25 13:07:00 -05:00
introspection Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
invalid_models_tests Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
known_related_objects
logging_tests Refs #24526 -- Made the django logger handle INFO messages. 2015-09-23 11:33:49 -04:00
lookup Fixed #25609 -- Fixed regression in related field nested lookup error. 2015-10-27 13:49:00 -04:00
m2m_and_m2o
m2m_intermediary
m2m_multiple Tweak some examples. 2015-08-22 20:25:42 +02:00
m2m_recursive
m2m_regress Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set. 2015-10-27 07:57:15 -04:00
m2m_signals Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set. 2015-10-27 07:57:15 -04:00
m2m_through Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
m2m_through_regress Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set. 2015-10-27 07:57:15 -04:00
m2o_recursive
mail Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
managers_regress
many_to_many Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set. 2015-10-27 07:57:15 -04:00
many_to_one Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set. 2015-10-27 07:57:15 -04:00
many_to_one_null Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set. 2015-10-27 07:57:15 -04:00
max_lengths
messages_tests
middleware Fixed #25900 -- Fixed regression in CommonMiddleware ETag support. 2015-12-10 13:51:07 -05:00
middleware_exceptions Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
migrate_signals
migration_test_data_persistence
migrations Refs #25896 -- Fixed migration test failure on Oracle 2015-12-10 02:12:04 +02:00
migrations2 Fixed #24743, #24745 -- Optimized migration plan handling 2015-09-19 14:54:53 +10:00
model_fields Fixed #25547 -- Made Model.refresh_from_db() update FileField's instance. 2015-12-05 17:23:13 -05:00
model_forms Fixed #25496 -- Made ModelChoiceField respect prefetch_related(). 2015-10-05 18:21:56 -04:00
model_formsets Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set. 2015-10-27 07:57:15 -04:00
model_formsets_regress Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
model_inheritance Renamed __unicode__() to __str__() in some test comments. 2015-11-19 16:44:16 -05:00
model_inheritance_regress Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set. 2015-10-27 07:57:15 -04:00
model_meta Refs #18012 -- Made proxy and concrete model reverse fields consistent. 2015-10-12 12:14:27 -04:00
model_options Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
model_package
model_permalink
model_regress Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite. 2015-11-14 11:33:28 -05:00
model_validation
modeladmin Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
multiple_database Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set. 2015-10-27 07:57:15 -04:00
mutually_referential
nested_foreign_keys Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
no_models
null_fk
null_fk_ordering Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
null_queries Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list. 2015-10-06 12:38:34 -04:00
one_to_one Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set. 2015-10-27 07:57:15 -04:00
or_lookups Fixed #25875 -- Prevented UnicodeDecodeError for Q object repr 2015-12-13 15:07:17 +01:00
order_with_respect_to Refs #25786 -- Added tests/release notes for set_FOO_order() crash with order_with_respect_to referencing OneToOneField pk. 2015-11-23 11:33:13 -05:00
ordering
pagination
postgres_tests Fixed #25867 -- Fixed a system check crash with nested ArrayFields. 2015-12-07 14:45:22 -05:00
prefetch_related Refs #25693 -- Added a regression test for `to_attr` validation on forward m2m. 2015-11-11 12:25:10 -05:00
project_template
properties
proxy_model_inheritance Fixed #23076, #25505 -- Fixed deletion of intermediate proxy models. 2015-10-12 12:14:26 -04:00
proxy_models Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
queries Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
queryset_pickle Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
raw_query Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
redirects_tests
requests Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
requirements Fixed #25764 -- Added support for serialization of enum.Enum in migrations. 2015-11-19 17:21:12 -05:00
reserved_names
resolve_url Refs #22384 -- Removed the ability to reverse URLs by dotted path per deprecation timeline. 2015-09-23 19:31:09 -04:00
responses Fixed #25576 -- Added IOBase methods required by TextIOWrapper to HttpResponse. 2015-10-21 10:42:29 -04:00
reverse_lookup
save_delete_hooks
schema Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when using AlterField. 2015-12-10 16:12:51 -05:00
select_for_update Changed database connection duplication technique. 2015-09-09 23:03:51 +02:00
select_related Fixed #24687 -- Added select_related() validation for nested non-relational fields. 2015-10-10 09:48:50 -04:00
select_related_onetoone
select_related_regress Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
serializers Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
servers
sessions_tests Fixed quad quoted ("""") docstring starts. 2015-10-20 12:19:17 -04:00
settings_tests Refs #23957 -- Required session verification per deprecation timeline. 2015-09-23 19:31:10 -04:00
shortcuts Removed support for passing a context to a generic Template.render(). 2015-09-23 19:31:11 -04:00
signals Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
signed_cookies_tests
signing Refs #22804 -- Made an unsafe value of 'sep' in Signer an exception. 2015-09-23 19:31:11 -04:00
sitemaps_tests Refs #22384 -- Removed the ability to reverse URLs by dotted path per deprecation timeline. 2015-09-23 19:31:09 -04:00
sites_framework Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
sites_tests Fixed #25692 -- Added natural keys support to Site model. 2015-11-07 21:19:25 +01:00
staticfiles_tests Fixed #21221 -- Made form Media and static template tag use staticfiles if installed. 2015-12-10 14:30:19 -05:00
str Fixed #25730 -- Made Model.__str__() always return str instances. 2015-11-11 12:18:52 -05:00
string_lookup Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list. 2015-10-06 12:38:34 -04:00
swappable_models
syndication_tests Refs #13110 -- Fixed mistakes in the new multiple enclosure feed tests 2015-09-19 15:54:33 +02:00
template_backends Fixed #25469 -- Added autoescape option to DjangoTemplates backend. 2015-11-12 19:14:23 -05:00
template_loader
template_tests Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy(). 2015-12-12 14:46:48 -05:00
templates
test_client Fixed #25780 -- Removed redundant status code assertions from tests 2015-11-21 18:12:33 +01:00
test_client_regress Fixed #25682 -- Removed bare except clauses. 2015-11-17 14:39:15 -05:00
test_discovery_sample
test_discovery_sample2
test_exceptions
test_runner Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
test_runner_deprecation_app
test_utils Fixed #25170 -- Made assertXMLEqual()/assertXMLNotEqual() ignore leading and trailing whitespace. 2015-11-09 15:53:30 -05:00
timezones Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
transaction_hooks
transactions Fixed #24921 -- set_autocommit(False) + ORM queries. 2015-09-21 22:21:53 +02:00
unmanaged_models Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
update
update_only_fields Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set. 2015-10-27 07:57:15 -04:00
urlpatterns_reverse Fixed #25668 -- Misc spelling errors 2015-11-03 11:58:13 +02:00
user_commands Fixed #16734 -- Set script prefix even outside of requests 2015-10-29 20:12:38 +01:00
utils_tests Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy(). 2015-12-12 14:46:48 -05:00
validation
validators Fixed #25637 -- Added URLValidator hostname length validation. 2015-12-08 15:46:45 -05:00
version Fixed #25769 -- Updated get_version() release candidate naming for PEP 0440. 2015-11-19 10:00:09 -05:00
view_tests Fixed #25780 -- Removed redundant status code assertions from tests 2015-11-21 18:12:33 +01:00
wsgi Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
.coveragerc
README.rst
runtests.py Improved help text for runtests's --parallel option 2015-11-27 21:43:02 +01:00
test_sqlite.py
urls.py Fixed "URLconf" spelling in code comments. 2015-10-22 14:46:42 -04:00

README.rst

To run the test suite::

    $ cd tests
    $ pip install -r requirements/py3.txt  # or py2.txt
    $ PYTHONPATH=..:$PYTHONPATH ./runtests.py

For more information about the test suite, see
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/.