django/tests
2018-10-25 19:39:42 -04:00
..
absolute_url_overrides
admin_autodiscover
admin_changelist
admin_checks Removed Jinja2 dependency from admin_checks tests. 2018-10-04 16:05:22 +02:00
admin_custom_urls
admin_default_site
admin_docs
admin_filters
admin_inlines
admin_ordering
admin_registration
admin_scripts Fixed #29560 -- Added --force-color management command option. 2018-09-11 11:15:42 -04:00
admin_utils
admin_views Simplified AdminFieldExtractionMixin.get_admin_form_fields(). 2018-09-25 11:06:41 -04:00
admin_widgets
aggregation Fixed #29048 -- Added **extra_context to database function as_vendor() methods. 2018-08-23 11:52:09 -04:00
aggregation_regress Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries. 2018-09-13 12:29:48 -04:00
annotations
app_loading
apps Fixed #29768 -- Improved error message when an AppConfig has a typo in INSTALLED_APPS. 2018-09-26 16:12:21 -04:00
auth_tests Refs #27795 -- Removed force_bytes() usage from django/utils/http.py. 2018-10-10 14:38:22 -04:00
backends Fixed #29827 -- Fixed reuse of test databases with --keepdb on MySQL. 2018-10-25 19:37:41 -04:00
base
bash_completion
basic Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models. 2018-09-18 16:14:44 -04:00
builtin_server
bulk_create
cache
check_framework Fixed #29642 -- Added check for arguments of custom error handler views. 2018-09-14 11:59:56 -04:00
choices
conditional_processing
constraints Refs #29641 -- Extracted reusable CheckConstraint logic into a base class. 2018-10-02 13:11:18 -04:00
contenttypes_tests
context_processors
csrf_tests Fixed #29728 -- Prevented session resaving if CSRF cookie is unchanged. 2018-09-08 11:46:13 -04:00
custom_columns
custom_lookups Fixed #29048 -- Added **extra_context to database function as_vendor() methods. 2018-08-23 11:52:09 -04:00
custom_managers
custom_methods
custom_migration_operations
custom_pk
datatypes
dates
datetimes
db_functions Fixed #29845 -- Fixed Cast crash on MySQL when casting to DecimalField. 2018-10-15 15:57:22 +02:00
db_typecasts
db_utils
dbshell Fixed #29534 -- Made dbshell use rlwrap on Oracle if available. 2018-10-25 19:39:42 -04:00
decorators
defer
defer_regress
delete
delete_regress
deprecation
dispatch
distinct_on_fields
empty
expressions Fixed #29745 -- Based Expression equality on detailed initialization signature. 2018-10-02 19:15:20 -04:00
expressions_case
expressions_window Fixed #29847 -- Ensured proper ordering in queries. 2018-10-21 22:05:06 +02:00
extra_regress
field_deconstruction
field_defaults
field_subclassing
file_storage Capitalized "Python" in docs and comments. 2018-10-09 09:26:07 -04:00
file_uploads
files Fixed #29705 -- Fixed ImageField RuntimeError crash for WebP files. 2018-08-23 09:04:25 -04:00
filtered_relation
fixtures
fixtures_model_package
fixtures_regress Fixed loaddata error message when uncompressed fixture has a dot in its name. 2018-09-26 15:30:15 -04:00
flatpages_tests Fixed #29746 -- Fixed misleading FlatpageForm URL help text if APPEND_SLASH is disabled. 2018-09-11 12:15:22 -04:00
force_insert_update
foreign_object
forms_tests Refs #28909 -- Simplifed code using unpacking generalizations. 2018-09-28 09:57:12 -04:00
from_db_value
generic_inline_admin
generic_relations
generic_relations_regress
generic_views
get_earliest_or_latest
get_object_or_404
get_or_create
gis_tests Removed obsolete and flaky GeoIP tests. 2018-10-23 20:46:49 -04:00
handlers
httpwrappers Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00
humanize_tests Refs #21408 -- Updated naturaltime translation test. 2018-09-29 15:06:11 +02:00
i18n Capitalized "Python" in docs and comments. 2018-10-09 09:26:07 -04:00
import_error_package
indexes
inline_formsets
inspectdb Capitalized "Python" in docs and comments. 2018-10-09 09:26:07 -04:00
introspection Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL. 2018-10-21 09:08:05 +02:00
invalid_models_tests Refs #11964 -- Changed CheckConstraint() signature to use keyword-only arguments. 2018-10-02 10:53:04 -04:00
known_related_objects
logging_tests Refs #23919 -- Removed a stray object-inheritance. 2018-10-16 09:58:53 -04:00
lookup Fixed #29804 -- Added 'did you mean' suggestions for unsupported lookup error. 2018-10-01 19:03:10 -04:00
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_regress
m2m_signals
m2m_through
m2m_through_regress
m2o_recursive
mail Fixed #29830 -- Fixed loss of custom utf-8 body encoding in mails. 2018-10-22 15:21:33 -04:00
managers_regress
many_to_many Fixed #29725 -- Removed unnecessary join in QuerySet.count() and exists() on a many-to-many relation. 2018-10-15 11:01:57 -04:00
many_to_one Normalized spelling of "lowercase" and "lowercased". 2018-09-25 10:30:18 -04:00
many_to_one_null
max_lengths
messages_tests
middleware
middleware_exceptions
migrate_signals
migration_test_data_persistence
migrations Fixed #29721 -- Ensured migrations are applied and recorded atomically. 2018-10-24 19:29:11 -04:00
migrations2
model_fields Fixed #29869 -- Made UUIDField.to_python() convert integers. 2018-10-24 20:26:57 -04:00
model_forms
model_formsets
model_formsets_regress
model_indexes
model_inheritance
model_inheritance_regress
model_meta
model_options
model_package
model_regress
modeladmin Fixed #29711 -- Added a system check for uniquness of admin actions' __name__. 2018-10-02 09:17:23 -04:00
multiple_database
mutually_referential
nested_foreign_keys
no_models
null_fk
null_fk_ordering
null_queries
one_to_one
or_lookups
order_with_respect_to
ordering Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries. 2018-09-13 12:29:48 -04:00
pagination Fixed #29703 -- Deprecated QuerySetPaginator alias. 2018-08-27 16:23:43 -04:00
postgres_tests Fixed postgres_tests.test_signals.OIDTests when run in isolation. 2018-10-09 09:23:36 -04:00
prefetch_related
project_template
properties
proxy_model_inheritance
proxy_models
queries Fixed #29630 -- Fixed crash of sliced queries with multiple columns with the same name on Oracle 12.1. 2018-09-26 20:18:48 +02:00
queryset_pickle
raw_query
redirects_tests
requests Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00
requirements Fixed #29836 -- Bumped required cx_Oracle to 6.0. 2018-10-11 11:43:16 +02:00
reserved_names
resolve_url
responses Refs #16470 -- Fixed typo in a FileResponse test. 2018-09-01 15:14:18 +02:00
reverse_lookup
save_delete_hooks
schema Fixed #29778 -- Fixed quoting of unique index names. 2018-09-25 16:00:20 -04:00
select_for_update
select_related
select_related_onetoone
select_related_regress
serializers
servers
sessions_tests Refs #27795 -- Removed force_bytes() usage in sessions. 2018-10-03 11:11:42 +02:00
settings_tests Fixed #29817 -- Deprecated settings.FILE_CHARSET. 2018-10-15 17:15:41 -04:00
shell
shortcuts
signals
signed_cookies_tests
signing
sitemaps_tests Removed unnecessary skipUnless in HTTPSitemapTests. 2018-10-04 08:50:18 -04:00
sites_framework
sites_tests
staticfiles_tests Fixed #29796 -- Added system check for STATICFILES_DIRS prefix ending with a slash. 2018-09-27 19:49:37 -04:00
str
string_lookup
swappable_models
syndication_tests
template_backends
template_loader
template_tests Added a urlize test for wrapping characters. 2018-10-12 08:13:52 +02:00
templates
test_client Fixed #29687 -- Allowed the test client to serialize list/tuple as JSON. 2018-08-25 10:57:05 -04:00
test_client_regress
test_exceptions
test_runner Fixed #29704 -- Fixed manage.py test --testrunner if it isn't followed by an equals sign. 2018-08-23 10:12:03 -04:00
test_runner_apps Refs #29784 -- Normalized Python docs links to omit the version. 2018-09-25 10:19:42 +02:00
test_utils
timezones Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00
transaction_hooks
transactions Fixed #21171 -- Avoided starting a transaction when a single (or atomic queries) are executed. 2018-10-17 12:19:02 +02:00
unmanaged_models
update
update_only_fields
urlpatterns Fixed #29775 -- Fixed URL converters in a nested namespaced path. 2018-10-04 11:42:27 -04:00
urlpatterns_reverse Fixed #29673 -- Reset the URLconf at the end of each request. 2018-09-26 15:35:24 -04:00
user_commands Fixed #29560 -- Added --force-color management command option. 2018-09-11 11:15:42 -04:00
utils_tests Fixed #29838 -- Fixed crash when combining Q objects with __in lookups and lists. 2018-10-17 11:34:49 -04:00
validation
validators Fixed #29860 -- Allowed BaseValidator to accept a callable limit_value. 2018-10-22 10:26:54 -04:00
version
view_tests Completed test coverage of views.static.directory_name(). 2018-10-23 20:44:27 -04:00
wsgi
.coveragerc
README.rst
runtests.py
test_sqlite.py
urls.py

To run the test suite, first, create and activate a virtual environment. Then
install some requirements and run the tests::

    $ cd tests
    $ pip install -e ..
    $ pip install -r requirements/py3.txt
    $ ./runtests.py

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