django/tests
Mariusz Felisiak 75e45a45e7 Simplified aggregation.tests. 2018-02-02 08:47:32 +01:00
..
absolute_url_overrides
admin_autodiscover
admin_changelist Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
admin_checks Fixed #28776 -- Fixed a/an/and typos in docs and comments. 2017-11-06 22:41:03 -05:00
admin_custom_urls
admin_docs Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
admin_filters Removed unnecessary trailing commas and spaces in various code. 2017-12-28 21:07:29 +01:00
admin_inlines Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
admin_ordering Removed unnecessary trailing commas and spaces in various code. 2017-12-28 21:07:29 +01:00
admin_registration
admin_scripts Refs #23919 -- Removed obsolete __init__.py files in management command directories. 2018-01-03 11:02:26 -05:00
admin_utils Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
admin_views Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm. 2018-02-01 09:05:14 -05:00
admin_widgets Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_id_fields. 2018-02-01 08:36:36 -05:00
aggregation Simplified aggregation.tests. 2018-02-02 08:47:32 +01:00
aggregation_regress Fixed #29067 -- Fixed regression in QuerySet.values_list(..., flat=True) followed by annotate(). 2018-01-26 09:35:50 -05:00
annotations Fixed #28811 -- Fixed crash when combining regular and group by annotations. 2018-01-03 08:24:16 -05:00
app_loading
apps Added test for Apps.get_models() when models_ready=False. 2018-01-30 10:44:58 -05:00
auth_tests Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm. 2018-02-01 09:05:14 -05:00
backends Refs #11487 -- Removed redundant test_long_string() test. 2018-01-23 08:53:45 -05:00
base
bash_completion Refs #23919 -- Removed obsolete __init__.py files in management command directories. 2018-01-03 11:02:26 -05:00
basic Fixed #29076 -- Made Model.refresh_from_db() clear cached relationships even if the related id doesn't change. 2018-01-30 10:43:53 -05:00
builtin_server Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
bulk_create Removed unused query log clearing in bulk_create tests. 2018-01-12 18:44:36 -05:00
cache Fixed #28977 -- Changed local-memory cache to use LRU culling. 2018-01-24 12:26:19 -05:00
check_framework Removed unnecessary trailing commas and spaces in various code. 2017-12-28 21:07:29 +01:00
choices
conditional_processing
contenttypes_tests Fixed imports per isort 4.3.0. 2018-02-01 09:29:46 +01:00
context_processors
csrf_tests Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
custom_columns
custom_lookups Refs #27985 -- Reallowed using __exact=None as an alias for __isnull=True if a custom lookup class with lookup_name != None is registered as the exact lookup. 2017-12-12 17:11:58 -10:00
custom_managers Fixed #28838 -- Fixed Model.save() crash if the base manager annotates with a related field. 2018-01-25 10:12:04 -05:00
custom_methods
custom_migration_operations
custom_pk
datatypes
dates Fixed #28650 -- Added TruncWeek database function. 2018-01-27 09:59:13 -05:00
datetimes Fixed #28650 -- Added TruncWeek database function. 2018-01-27 09:59:13 -05:00
db_functions Fixed imports per isort 4.3.0. 2018-02-01 09:29:46 +01:00
db_typecasts
db_utils Fixed #28853 -- Updated connection.cursor() uses to use a context manager. 2017-11-28 11:28:09 -05:00
dbshell
decorators
defer
defer_regress
delete
delete_regress Fixed #29016 -- Fixed incorrect foreign key nullification on related instance deletion. 2018-01-13 10:31:00 -05:00
deprecation Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
dispatch
distinct_on_fields
empty
expressions Fixed #29066 -- Allowed negating query expressions. 2018-01-31 10:54:19 -05:00
expressions_case Fixed #28731 -- Added an error message when using an empty Q() in a When expression. 2017-12-26 10:39:47 -05:00
expressions_window Fixed #26608 -- Added support for window expressions (OVER clause). 2017-09-18 09:42:29 -04:00
extra_regress
field_deconstruction Fixed #28937 -- Allowed BinaryField to be editable=True. 2017-12-22 16:31:46 -05:00
field_defaults
field_subclassing
file_storage
file_uploads
files Fixed #28776 -- Fixed a/an/and typos in docs and comments. 2017-11-06 22:41:03 -05:00
filtered_relation Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE .. OF. 2017-10-28 20:33:42 -04:00
fixtures Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
fixtures_model_package
fixtures_regress
flatpages_tests Removed unnecessary trailing commas and spaces in various code. 2017-12-28 21:07:29 +01:00
force_insert_update
foreign_object
forms_tests Fixed imports per isort 4.3.0. 2018-02-01 09:29:46 +01:00
from_db_value
generic_inline_admin Moved generic_inlineformset_factory() tests to a separate file. 2017-12-28 17:17:47 -05:00
generic_relations Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
generic_relations_regress Refs #28856 -- Added test for caching of a GenericForeignKey pointing to a model that uses more than one level of MTI. 2017-12-08 14:06:28 -05:00
generic_views Improved generic detail view error message for when pk or slug is missing. 2018-01-17 10:58:05 -05:00
get_earliest_or_latest
get_object_or_404
get_or_create
gis_tests Fixed #29054 -- Fixed a regression where a queryset that annotates with geometry objects crashes. 2018-01-27 11:12:11 +01:00
handlers
httpwrappers
humanize_tests
i18n Fixed #29036 -- Fixed HTML5 required validation on SelectDateWidget if the attribute is added by JavaScript. 2018-01-30 19:09:31 -05:00
import_error_package
indexes
inline_formsets
inspectdb Fixed #29004 -- Added inspectdb --include-views option. 2018-01-27 18:51:40 -05:00
introspection Fixed #29004 -- Added inspectdb --include-views option. 2018-01-27 18:51:40 -05:00
invalid_models_tests Refs #28748 -- Reallowed lazy values in model field choices. 2018-01-27 09:19:56 -05:00
known_related_objects
logging_tests
lookup Removed unnecessary trailing commas and spaces in various code. 2017-12-28 21:07:29 +01:00
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_regress
m2m_signals
m2m_through Removed unnecessary trailing commas and spaces in various code. 2017-12-28 21:07:29 +01:00
m2m_through_regress Fixed #28776 -- Fixed a/an/and typos in docs and comments. 2017-11-06 22:41:03 -05:00
m2o_recursive
mail Added a few tests for smtp EmailBackend. 2018-01-15 12:25:17 -05:00
managers_regress Fixed #28776 -- Fixed a/an/and typos in docs and comments. 2017-11-06 22:41:03 -05:00
many_to_many Fixed typo in tests/many_to_many/tests.py. 2017-10-31 10:21:02 -04:00
many_to_one Fixed #27710 -- Made Model.save() invalidate cached, stale relations after a primary key assignment. 2017-11-09 11:40:34 -05:00
many_to_one_null
max_lengths
messages_tests Fixed imports per isort 4.3.0. 2018-02-01 09:29:46 +01:00
middleware
middleware_exceptions Imported django.http classes instead of django.http. 2017-02-27 14:47:11 -05:00
migrate_signals
migration_test_data_persistence
migrations Fixed #29091 -- Fixed makemigrations crash if migrations directory doesn't have __init__.py. 2018-01-31 09:36:36 -05:00
migrations2
model_fields Fixed #28926 -- Fixed loss of precision of big DurationField values on SQLite and MySQL. 2017-12-28 17:35:41 -05:00
model_forms Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
model_formsets Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
model_formsets_regress Removed unnecessary trailing commas and spaces in various code. 2017-12-28 21:07:29 +01:00
model_indexes Refs #28876 -- Fixed incorrect class-based model index name generation for models with quoted db_table. 2017-12-05 21:05:10 +01:00
model_inheritance Fixed #28834 -- Followed ancestor links on field cache lookup failure. 2017-11-29 01:28:39 -05:00
model_inheritance_regress
model_meta Fixed #28750 -- Allowed models to define Meta.manager_inheritance_from_future for backwards compatibility. 2017-10-31 13:22:27 -04:00
model_options
model_package
model_regress Fixed #28776 -- Fixed a/an/and typos in docs and comments. 2017-11-06 22:41:03 -05:00
modeladmin Fixed imports per isort 4.3.0. 2018-02-01 09:29:46 +01:00
multiple_database Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
mutually_referential
nested_foreign_keys
no_models
null_fk
null_fk_ordering Removed unnecessary trailing commas and spaces in various code. 2017-12-28 21:07:29 +01:00
null_queries
one_to_one Fixed #27710 -- Made Model.save() invalidate cached, stale relations after a primary key assignment. 2017-11-09 11:40:34 -05:00
or_lookups
order_with_respect_to
ordering Fixed #28848 -- Fixed SQLite/MySQL crash when ordering by a filtered subquery that uses nulls_first/nulls_last. 2017-11-27 11:35:44 -05:00
pagination
postgres_tests Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
prefetch_related Fixed #28723 -- Fixed RelatedManager's prefetch_related() cache name. 2017-11-02 10:06:00 -04:00
project_template
properties
proxy_model_inheritance
proxy_models Fixed #28820 -- Eliminated an extra query with QuerySet.update() on proxy models. 2017-11-21 12:11:47 -05:00
queries Refs #20487 -- Added test for querying mixed case fields with common related model. 2018-01-20 20:48:01 +01:00
queryset_pickle Removed unnecessary trailing commas and spaces in various code. 2017-12-28 21:07:29 +01:00
raw_query
redirects_tests Used assertRaisesMessage() to test Django's error messages. 2017-07-29 19:07:23 -04:00
requests Added more tests for HttpRequest.build_absolute_uri(). 2018-01-10 11:32:19 -05:00
requirements Fixed #25277 -- Restored test dependency to the original python-memcached. 2017-12-18 10:37:43 -10:00
reserved_names
resolve_url
responses Fixed #28989 -- Fixed HttpResponse.delete_cookie() for cookies that use __Secure/Host prefixes. 2018-01-08 12:32:47 -05:00
reverse_lookup
save_delete_hooks
schema Fixed #28542 -- Fixed deletion of primary key constraint if the new field is unique. 2018-01-13 20:11:55 -05:00
select_for_update Fixed #28944 -- Fixed crash when chaining values()/values_list() after QuerySet.select_for_update(of=()). 2017-12-26 11:41:17 -05:00
select_related
select_related_onetoone Fixed #28834 -- Followed ancestor links on field cache lookup failure. 2017-11-29 01:28:39 -05:00
select_related_regress
serializers Fixed #28984 -- Made assorted code simplifications. 2018-01-03 13:24:02 -05:00
servers
sessions_tests Fixed #28965 -- Updated Set-Cookie's Expires date format to follow RFC 7231. 2018-01-02 11:22:59 -05:00
settings_tests
shell
shortcuts
signals
signed_cookies_tests
signing
sitemaps_tests
sites_framework
sites_tests
staticfiles_tests Refs #21221 -- Deprecated staticfiles and admin_static template tag libraries. 2018-01-23 10:30:10 -05:00
str
string_lookup
swappable_models
syndication_tests
template_backends Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
template_loader
template_tests Fixed imports per isort 4.3.0. 2018-02-01 09:29:46 +01:00
templates Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
test_client Fixed #28837 -- Fixed test client crash if an exception with more than one arg is raised. 2017-11-28 18:55:23 -05:00
test_client_regress
test_exceptions
test_runner Fixed #28869 -- Made tagged test classes and methods inherit tags from parents. 2018-01-08 20:57:33 -05:00
test_runner_apps Fixed #28869 -- Made tagged test classes and methods inherit tags from parents. 2018-01-08 20:57:33 -05:00
test_utils
timezones
transaction_hooks
transactions
unmanaged_models
update
update_only_fields Used assertRaisesMessage() to test Django's error messages. 2017-07-29 19:07:23 -04:00
urlpatterns Fixed #28947 -- Fixed crash when coercing a translatable URL pattern to str. 2017-12-20 20:36:41 -05:00
urlpatterns_reverse Fixed imports per isort 4.3.0. 2018-02-01 09:29:46 +01:00
user_commands Refs #23919 -- Removed obsolete __init__.py files in management command directories. 2018-01-03 11:02:26 -05:00
utils_tests Fixed imports per isort 4.3.0. 2018-02-01 09:29:46 +01:00
validation Removed unnecessary trailing commas and spaces in various code. 2017-12-28 21:07:29 +01:00
validators Fixed #29007 -- Fixed DecimalValidator crash on NaN, SNan, Inf, and Infinity values. 2018-01-10 21:43:32 -05:00
version
view_tests Refs #15902 -- Made set_language() view always set the current language in a cookie. 2018-01-03 11:25:40 -05:00
wsgi
.coveragerc
README.rst
runtests.py Fixed #28996 -- Simplified some boolean constructs and removed trivial continue statements. 2018-01-12 12:44:50 -05:00
test_sqlite.py
urls.py

README.rst

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/.