1
0
mirror of https://github.com/django/django.git synced 2025-01-13 20:07:13 +00:00
django/tests
2021-01-27 10:07:31 +01:00
..
absolute_url_overrides
admin_autodiscover
admin_changelist Fixed -- Added decorators for admin action and display functions. 2021-01-13 17:19:22 +01:00
admin_checks Fixed -- Added decorators for admin action and display functions. 2021-01-13 17:19:22 +01:00
admin_custom_urls
admin_default_site
admin_docs Fixed -- Added a new headers interface to HttpResponse. 2020-09-14 08:41:59 +02:00
admin_filters Refs -- Removed models.NullBooleanField per deprecation timeline. 2021-01-14 17:50:04 +01:00
admin_inlines Fixed -- Fixed heading for inlines with a OneToOneField. 2021-01-18 08:12:19 +01:00
admin_ordering Fixed -- Added obj argument to has_perm() methods in tests. 2020-09-14 12:28:17 +02:00
admin_registration Refs -- Completed test coverage for AdminSite.unregister(). 2020-12-17 08:27:56 +01:00
admin_scripts Fixed -- Added --skip-checks option to runserver command. 2021-01-18 12:51:35 +01:00
admin_utils Refs -- Removed models.NullBooleanField per deprecation timeline. 2021-01-14 17:50:04 +01:00
admin_views Refs -- Allowed use of non-pytz timezone implementations. 2021-01-19 11:59:37 +01:00
admin_widgets Fixed , Fixed -- Added limit_choices_to and to_field support to autocomplete fields. 2021-01-12 11:37:38 +01:00
aggregation Fixed -- Allowed database backends to skip tests and mark expected failures. 2020-12-10 18:00:57 +01:00
aggregation_regress Fixed -- Removed serial pk assumption in aggregation_regress tests. 2020-11-04 22:31:57 +01:00
annotations Refs -- Removed models.NullBooleanField per deprecation timeline. 2021-01-14 17:50:04 +01:00
app_loading
apps Fixed -- Raised ImproperlyConfigured when AppConfig.label is not a valid Python identifier. 2020-12-22 13:26:30 +01:00
asgi Fixed -- Adjusted ASGI test_file_response for various Windows content types. 2020-11-05 08:18:45 +01:00
async
auth_tests Increased the default PBKDF2 iterations for Django 4.0. 2021-01-14 17:50:04 +01:00
backends Fixed -- Added support for connection by service name to PostgreSQL. 2021-01-20 17:30:37 +01:00
base
bash_completion Reverted "Refs -- Removed obsolete __init__.py files in management command directories." 2020-06-01 10:55:41 +02:00
basic Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
builtin_server
bulk_create Refs -- Removed models.NullBooleanField per deprecation timeline. 2021-01-14 17:50:04 +01:00
cache Fixed -- Added support for storing None value in caches. 2020-12-17 09:57:21 +01:00
check_framework Fixed -- Added system check for FILE_UPLOAD_TEMP_DIR setting. 2021-01-22 07:51:00 +01:00
conditional_processing Fixed -- Added a new headers interface to HttpResponse. 2020-09-14 08:41:59 +02:00
constraints Fixed -- Fixed schema value encoding on PostgreSQL. 2020-07-27 06:39:02 +02:00
contenttypes_tests Fixed -- Added a new headers interface to HttpResponse. 2020-09-14 08:41:59 +02:00
context_processors
csrf_tests Refs -- Simplified regex match group access with Match.__getitem__(). 2020-05-11 12:01:28 +02:00
custom_columns Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
custom_lookups Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
custom_managers Removed unused __str__() methods in tests models. 2020-04-30 09:13:23 +02:00
custom_methods
custom_migration_operations
custom_pk Refs -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
datatypes Refs -- Removed models.NullBooleanField per deprecation timeline. 2021-01-14 17:50:04 +01:00
dates
datetimes Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
db_functions Refs -- Allowed use of non-pytz timezone implementations. 2021-01-19 11:59:37 +01:00
db_typecasts
db_utils Fixed -- Cleaned-up duplicate connection functionality. 2020-12-08 08:55:44 +01:00
dbshell Fixed -- Added support for connection by service name to PostgreSQL. 2021-01-20 17:30:37 +01:00
decorators Fixed -- Added a new headers interface to HttpResponse. 2020-09-14 08:41:59 +02:00
defer
defer_regress Removed hardcoded pk in defer_regress test. 2020-11-04 06:41:47 +01:00
delete Fixed -- Fixed ProtectedError.protected_objects and RestrictedError.restricted_objects. 2020-10-19 12:43:32 +02:00
delete_regress
deprecation Refs -- Removed DEFAULT_HASHING_ALGORITHM transitional setting. 2021-01-14 17:50:04 +01:00
dispatch Fixed -- Added error logging to Signal.send_robust(). 2020-12-15 11:00:26 +01:00
distinct_on_fields Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
empty
empty_models
expressions Refs -- Added tests for aggregating over a RawSQL() annotation. 2021-01-26 10:59:05 +01:00
expressions_case Refs -- Removed models.NullBooleanField per deprecation timeline. 2021-01-14 17:50:04 +01:00
expressions_window Fixed -- Allowed database backends to skip tests and mark expected failures. 2020-12-10 18:00:57 +01:00
extra_regress Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
field_deconstruction Refs -- Removed models.NullBooleanField per deprecation timeline. 2021-01-14 17:50:04 +01:00
field_defaults
field_subclassing
file_storage Fixed -- Corrected FileField.deconstruct() with a callable storage. 2020-09-02 11:06:18 +02:00
file_uploads Fixed -- Made TemporaryFileUploadHandler handle interrupted uploads. 2020-09-30 10:30:43 +02:00
files Skipped GetImageDimensionsTests.test_webp when WEBP is not installed. 2020-10-06 11:25:04 +02:00
filtered_relation Fixed -- Added support for nested relations to FilteredRelation. 2020-07-09 20:24:00 +02:00
fixtures Fixed -- Added fixtures compression support to dumpdata. 2021-01-12 15:47:58 +01:00
fixtures_model_package Fixed fixtures loading isolation in tests. 2020-05-15 09:14:05 +02:00
fixtures_regress Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
flatpages_tests
force_insert_update
foreign_object Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
forms_tests Fixed -- Made ModelChoiceField include the value in ValidationError for invalid_choice. 2021-01-26 09:31:53 +01:00
from_db_value
generic_inline_admin Fixed -- Added obj argument to has_perm() methods in tests. 2020-09-14 12:28:17 +02:00
generic_relations Refs -- Added tests for GenericRelatedObjectManager.clear()/remove(). 2020-11-06 11:31:21 +01:00
generic_relations_regress Fixed GenericRelationTests.test_annotate when primary key values are large. 2020-11-04 06:41:48 +01:00
generic_views Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
get_earliest_or_latest
get_object_or_404
get_or_create Removed unused __str__() methods in tests models. 2020-04-30 09:13:23 +02:00
gis_tests Refs -- Added test for distance lookups with F() expression. 2021-01-25 08:40:46 +01:00
handlers Fixed -- Made SessionMiddleware raise SessionInterrupted when session destroyed while request is processing. 2020-09-09 09:04:28 +02:00
httpwrappers Fixed -- Added headers parameter to HttpResponse and subclasses. 2020-10-07 09:19:57 +02:00
humanize_tests
i18n Refs -- Stopped set_language() storing user's language in the session. 2021-01-14 17:50:04 +01:00
import_error_package
indexes Fixed -- Added support for functional indexes. 2021-01-13 11:47:50 +01:00
inline_formsets
inspectdb Fixed -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3. 2021-01-19 12:25:20 +01:00
introspection Fixed -- Added DatabaseFeatures.indexes_foreign_keys. 2020-10-20 06:22:56 +02:00
invalid_models_tests Refs -- Removed django.contrib.postgres.fields.JSONField per deprecation timeline. 2021-01-14 17:50:04 +01:00
known_related_objects
logging_tests Fixed tests isolation in logging_tests. 2020-05-08 10:49:34 +02:00
lookup Refs -- Made isnull lookup raise ValueError for non-boolean values. 2021-01-14 17:50:04 +01:00
m2m_and_m2o
m2m_intermediary Removed unused __str__() methods in tests models. 2020-04-30 09:13:23 +02:00
m2m_multiple
m2m_recursive
m2m_regress Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
m2m_signals Removed unused __str__() methods in tests models. 2020-04-30 09:13:23 +02:00
m2m_through Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
m2m_through_regress Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
m2o_recursive Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
mail Used mock.Mock() in SMTPBackendTests. 2020-08-07 20:31:47 +02:00
managers_regress Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
many_to_many Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
many_to_one Changed docs and a code comment to use gender-neutral pronouns. 2020-11-13 22:26:30 +01:00
many_to_one_null Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
max_lengths
messages_tests Refs -- Removed DEFAULT_HASHING_ALGORITHM transitional setting. 2021-01-14 17:50:04 +01:00
middleware Fixed -- Added per-view opt-out for APPEND_SLASH behavior. 2020-10-22 14:15:19 +02:00
middleware_exceptions Fixed -- Prevented mutating handlers when processing middlewares marking as unused in an async context. 2020-12-29 09:04:35 +01:00
migrate_signals Disabled management commands output with verbosity 0 in various tests. 2020-05-13 09:12:43 +02:00
migration_test_data_persistence
migrations Fixed -- Fixed adding check constraints with pattern lookups and expressions as rhs. 2021-01-26 06:41:57 +01:00
migrations2
model_enums
model_fields Refs -- Removed models.NullBooleanField per deprecation timeline. 2021-01-14 17:50:04 +01:00
model_forms Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
model_formsets Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
model_formsets_regress Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
model_indexes Fixed -- Added support for functional indexes. 2021-01-13 11:47:50 +01:00
model_inheritance Added app labels to related fields checks messages E302-E305. 2020-12-29 09:01:35 +01:00
model_inheritance_regress Removed unused __str__() methods in tests models. 2020-04-30 09:13:23 +02:00
model_meta Fixed -- Prevented ManyToManyField's hidden related name collisions between apps. 2020-12-30 13:11:47 +01:00
model_options Fixed -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
model_package
model_regress Fixed -- Prevented mutating model state by copies of model instances. 2020-08-12 12:43:42 +02:00
modeladmin Fixed -- Added decorators for admin action and display functions. 2021-01-13 17:19:22 +01:00
multiple_database Removed unused __str__() methods in tests models. 2020-04-30 09:13:23 +02:00
mutually_referential
nested_foreign_keys
no_models
null_fk
null_fk_ordering Removed unused __str__() methods in tests models. 2020-04-30 09:13:23 +02:00
null_queries Removed unused __str__() methods in tests models. 2020-04-30 09:13:23 +02:00
one_to_one Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
or_lookups
order_with_respect_to
ordering Removed serial pk assumption in ordering tests. 2020-11-03 22:26:18 -05:00
pagination Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
postgres_tests Fixed -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3. 2021-01-19 12:25:20 +01:00
prefetch_related Fixed -- Fixed prefetch_related_objects() when some objects are already fetched. 2020-12-16 10:52:59 +01:00
project_template
properties
proxy_model_inheritance
proxy_models
queries Fixed -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3. 2021-01-19 12:25:20 +01:00
queryset_pickle Refs -- Made test_pickle_filteredrelation_m2m do not depend on auto-PK. 2020-10-15 08:17:42 +02:00
raw_query Fixed -- Allowed passing None params to QuerySet.raw(). 2021-01-05 10:37:11 +01:00
redirects_tests Refs -- Made get_response argument required and don't accept None in middleware classes. 2021-01-14 17:50:04 +01:00
requests Refs -- Removed HttpRequest.is_ajax() per deprecation timeline. 2021-01-14 17:50:04 +01:00
requirements Refs -- Allowed use of non-pytz timezone implementations. 2021-01-19 11:59:37 +01:00
reserved_names
resolve_url
responses Fixed -- Added a new headers interface to HttpResponse. 2020-09-14 08:41:59 +02:00
reverse_lookup Removed unused __str__() methods in tests models. 2020-04-30 09:13:23 +02:00
save_delete_hooks
schema Fixed -- Added support for functional indexes. 2021-01-13 11:47:50 +01:00
select_for_update Fixed -- Fixed locking proxy models in QuerySet.select_for_update(of=()). 2020-08-11 11:55:10 +02:00
select_related Refs -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
select_related_onetoone Removed unused __str__() methods in tests models. 2020-04-30 09:13:23 +02:00
select_related_regress Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
serializers Refs -- Removed models.NullBooleanField per deprecation timeline. 2021-01-14 17:50:04 +01:00
servers Fixed typo in tests/servers/tests.py. 2020-12-15 08:51:58 +01:00
sessions_tests Refs -- Removed support for the pre-Django 3.1 encoding format of sessions. 2021-01-14 17:50:04 +01:00
settings_tests Fixed -- Fixed prefixing STATIC_URL and MEDIA_URL by SCRIPT_NAME for absolute URLs with no domain. 2020-12-31 13:18:57 +01:00
shell Fixed -- Fixed shell crash when passing code with nested scopes. 2020-11-11 09:18:26 +01:00
shortcuts Fixed -- Added a new headers interface to HttpResponse. 2020-09-14 08:41:59 +02:00
signals Refs -- Removed providing_args argument for Signal per deprecation timeline. 2021-01-14 17:50:04 +01:00
signed_cookies_tests
signing Refs -- Removed DEFAULT_HASHING_ALGORITHM transitional setting. 2021-01-14 17:50:04 +01:00
sitemaps_tests Fixed -- Added a new headers interface to HttpResponse. 2020-09-14 08:41:59 +02:00
sites_framework
sites_tests Fixed -- Added system check for non-integer SITE_ID. 2020-07-24 10:41:55 +02:00
staticfiles_tests Fixed CVE-2020-24583, -- Fixed permissions on intermediate-level static and storage directories on Python 3.7+. 2020-09-01 09:17:23 +02:00
str
string_lookup
swappable_models Disabled management commands output with verbosity 0 in various tests. 2020-05-13 09:12:43 +02:00
syndication_tests Removed hardcoded pks in syndication tests. 2020-10-21 06:43:19 +02:00
template_backends Fixed -- Used "raise from" when raising InvalidTemplateLibrary exceptions in get_package_libraries(). 2020-12-28 07:31:37 +01:00
template_loader
template_tests Fixed -- Fixed TemplateNotFound in {% include %} tag for relative path in variable. 2021-01-27 10:07:31 +01:00
templates
test_client Fixed -- Ensured AsyncRequestFactory correctly sets headers. 2020-11-04 11:07:15 +01:00
test_client_regress Fixed -- Added a new headers interface to HttpResponse. 2020-09-14 08:41:59 +02:00
test_exceptions Fixed -- Made ValidationError.__eq__() ignore messages and params ordering. 2020-07-29 12:04:13 +02:00
test_runner Fixed isolation of test_runner.EmptyDefaultDatabaseTest. 2020-12-10 18:48:07 +01:00
test_runner_apps
test_utils Fixed -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
timezones Refs -- Allowed use of non-pytz timezone implementations. 2021-01-19 11:59:37 +01:00
transaction_hooks Fixed -- Made transaction.on_commit() raise TypeError when callback is not a callable. 2020-10-19 20:46:13 +02:00
transactions Fixed -- Added durable argument to transaction.atomic(). 2020-11-27 21:43:15 +01:00
unmanaged_models
update Fixed , Fixed -- Added support for transform references in expressions. 2020-11-27 20:42:04 +01:00
update_only_fields Fixed -- Made Model.save(update_fields=...) raise ValueError on non-concrete fields. 2020-08-12 21:13:55 +02:00
urlpatterns Refs -- Removed django.conf.urls.url() per deprecation timeline. 2021-01-14 17:50:04 +01:00
urlpatterns_reverse Removed unused param_dict return from URLResolver.resolve_error_handler(). 2020-06-22 21:28:56 +02:00
user_commands Fixed -- Fixed management commands when using required list options. 2020-10-30 12:01:33 +01:00
utils_tests Fixed isolation of utils_tests.test_autoreload tests. 2021-01-20 09:53:34 +01:00
validation Refs -- Removed models.NullBooleanField per deprecation timeline. 2021-01-14 17:50:04 +01:00
validators Fixed -- Fixed URLValidator hostname length validation. 2021-01-04 09:25:40 +01:00
version
view_tests Refs -- Stopped set_language() storing user's language in the session. 2021-01-14 17:50:04 +01:00
wsgi
.coveragerc
README.rst
runtests.py Advanced deprecation warnings for Django 4.0. 2021-01-14 17:50:04 +01:00
test_sqlite.py Fixed -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
urls.py

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

    $ cd tests
    $ python -m pip install -e ..
    $ python -m 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/.