django/tests
Mark Rogaski fc6b90bdb7 [1.11.x] Fixed #28174 -- Fixed crash in runserver's autoreload with Python 2 on Windows with non-str environment variables. 2017-07-13 13:12:29 -04:00
..
absolute_url_overrides
admin_autodiscover
admin_changelist [1.11.x] Fixed #27897 -- Fixed crash with 'pk' in ModelAdmin.search_filters. 2017-03-15 13:45:36 -04:00
admin_checks Fixed #26961 -- Made admin checks run when DEBUG=False. 2017-01-10 07:02:13 -05:00
admin_custom_urls Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
admin_docs [1.11.x] Fixed #27781 -- Made simplify_regex() remove outstanding '?' characters. 2017-01-26 18:36:54 -05:00
admin_filters [1.11.x] Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on invalid input. 2017-06-06 08:18:08 -04:00
admin_inlines [1.11.x] Fixed #27967 -- Fixed KeyError in admin's inline form with inherited non-editable pk. 2017-06-12 21:22:53 -04:00
admin_ordering Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
admin_registration Used assertIsInstance in admin_registration tests. 2016-03-24 19:20:31 -04:00
admin_scripts [1.11.x] Fixed db backend discovery in admin_scripts tests. 2017-05-10 09:52:26 -04:00
admin_utils [1.11.x] Updated tests after French translation update 2017-04-04 13:09:15 +02:00
admin_views [1.11.x] Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on invalid input. 2017-06-06 08:18:08 -04:00
admin_widgets [1.11.x] Fixed #28278 -- Fixed invalid HTML for a required AdminFileWidget. 2017-06-06 15:57:08 -04:00
aggregation Fixed tests that rely on hardcoded id with keepdb 2017-01-14 15:41:49 +11:00
aggregation_regress Fixed #25307 -- Fixed QuerySet.annotate() crash with conditional expressions. 2017-01-16 10:03:15 -05:00
annotations [1.11.x] Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash. 2017-01-31 18:46:07 -05:00
app_loading
apps Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
auth_tests [1.11.x] Fixed #28229 -- Fixed the value of LoginView's "next" template variable. 2017-06-13 09:19:11 -04:00
backends [1.11.x] Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL. 2017-05-06 07:45:46 -04:00
base [1.11.x] Sorted imports per isort 4.2.9. 2017-06-01 13:30:08 -04:00
bash_completion Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
basic Fixed #27718 -- Added QuerySet.union(), intersection(), difference(). 2017-01-14 08:32:07 -05:00
builtin_server Removed a bit of builtin_server tests for Python ≤ 2.7.3. 2016-11-10 22:20:09 -05:00
bulk_create [1.11.x] Removed unused variables that are overwritten. 2017-01-25 09:15:36 -05:00
cache Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
check_framework [1.11.x] Sorted imports per isort 4.2.9. 2017-06-01 13:30:08 -04:00
choices
conditional_processing Refs #27083 -- Updated conditional header comparison to match RFC 7232. 2016-09-16 15:45:53 -04:00
contenttypes_tests Fixed #27709 -- Fixed get_for_models() for proxies with an empty cache. 2017-01-13 10:02:01 -05:00
context_processors Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
csrf_tests Moved csrf_tests views to a spearate file. 2016-11-30 18:24:29 -05:00
custom_columns
custom_lookups Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSequenceEqual(). 2016-09-13 10:07:37 -04:00
custom_managers Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
custom_methods
custom_migration_operations
custom_pk
datatypes Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
dates Made FieldError/FieldDoesNotExist messages uniform across Python versions. 2016-09-17 09:29:14 -04:00
datetimes Fixed #27327 -- Simplified time zone handling by requiring pytz. 2016-10-27 08:53:20 -04:00
db_functions [1.11.x] Refs #18247 -- Fixed SQLite QuerySet filtering on decimal result of Least and Greatest. 2017-03-30 08:47:16 -04:00
db_typecasts Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite. 2016-04-18 09:39:46 -04:00
dbshell Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database name. 2016-06-03 12:30:21 -04:00
decorators Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
defer Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
defer_regress Refs #18100 -- Added tests for deferred model deletion signals. 2016-05-10 13:21:52 -04:00
delete Fixed #27407 -- Made Model.delete(keep_parents=True) preserve parent reverse relationships. 2016-11-15 20:16:06 -05:00
delete_regress
deprecation Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
dispatch Completed django.dispatch test coverage. 2016-11-22 09:07:42 -05:00
distinct_on_fields Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSequenceEqual(). 2016-09-13 10:07:37 -04:00
empty
expressions [1.11.x] Fixed #28199 -- Fixed Subquery generating unnecessary/invalid CAST. 2017-05-30 06:41:50 -04:00
expressions_case Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter(). 2016-11-17 12:39:35 -05:00
extra_regress Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
field_deconstruction Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. 2016-09-17 15:44:06 -04:00
field_defaults
field_subclassing
file_storage Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase. 2016-12-07 17:42:31 -05:00
file_uploads Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
files [1.11.x] Fixed #28170 -- Fixed file_move_safe() crash when moving files to a CIFS mount. 2017-05-31 15:02:32 -04:00
fixtures Removed available_apps on TestCase subclasses. 2017-01-13 08:50:03 -05:00
fixtures_model_package
fixtures_regress Made contenttypes and auth apps unavailable when not necessary in tests. 2017-01-13 08:50:03 -05:00
flatpages_tests Refs #26601 -- Deprecated old-style middleware. 2016-05-17 07:22:26 -04:00
force_insert_update
foreign_object [1.11.x] Sorted imports per isort 4.2.9. 2017-06-01 13:30:08 -04:00
forms_tests [1.11.x] Fixed #28355 -- Fixed widget rendering of non-ASCII date/time formats on Python 2. 2017-07-06 07:41:57 -04:00
from_db_value
generic_inline_admin Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
generic_relations Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
generic_relations_regress Fixed #27463 -- Fixed E741 flake8 warnings. 2016-11-14 17:40:28 -05:00
generic_views [1.11.x] Fixed #28209 -- Made date-based generic views return a 404 rather than crash when given an out of range date. 2017-05-30 13:32:20 -04:00
get_earliest_or_latest Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
get_object_or_404 Fixed #10532 -- Relaxed hard-type checking in get_object/list_or_404 shortcuts 2016-03-29 21:34:20 +02:00
get_or_create [1.11.x] Fixed #28222 -- Allowed settable properties in QuerySet.update_or_create()/get_or_create() defaults. 2017-05-27 13:01:38 -04:00
gis_tests [1.11.x] Fixed gis_tests.geoapp test with incorrect geodetic coordinates. 2017-05-30 08:23:05 -04:00
handlers [1.11.x] Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash. 2017-02-13 16:43:23 -05:00
httpwrappers Fixed #27640 -- Fixed HttpResponse's __repr__() without a 'Content-Type' header. 2016-12-27 14:42:58 -05:00
humanize_tests Fixed #27327 -- Simplified time zone handling by requiring pytz. 2016-10-27 08:53:20 -04:00
i18n [1.11.x] Refs #24423 -- Readded inadvertently deleted i18n tests. 2017-06-14 22:11:55 -04:00
import_error_package
indexes Refs #27558 -- Isolated indexes test on MySQL. 2016-12-15 13:31:08 -05:00
inline_formsets Fixed #26747 -- Used more specific assertions in the Django test suite. 2016-06-16 14:19:18 -04:00
inspectdb [1.11.x] Fixed spelling mistakes in code and comments. 2017-01-19 08:20:15 -05:00
introspection [1.11.x] Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL. 2017-05-15 08:59:02 -04:00
invalid_models_tests Refs #25415 -- Made MySQL backend skip field validation of unsupported models. 2016-12-29 12:01:48 -05:00
known_related_objects Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
logging_tests Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase. 2016-12-07 17:42:31 -05:00
lookup Fixed #27498 -- Fixed filtering on annotated DecimalField on SQLite. 2016-12-24 10:38:48 -05:00
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
m2m_regress Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase. 2016-12-07 17:42:31 -05:00
m2m_signals Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
m2m_through Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
m2m_through_regress Fixed typo in m2m_through_regress test methods. 2016-12-23 15:32:30 -05:00
m2o_recursive Fixed #26747 -- Used more specific assertions in the Django test suite. 2016-06-16 14:19:18 -04:00
mail [1.11.x] Fixed #28042 -- Fixed crash when using a two-tuple in EmailMessage's attachments arg. 2017-04-07 18:24:09 -04:00
managers_regress [1.11.x] Refs #28160 -- Skipped a GeoManager test if not using a GIS database backend. 2017-05-09 10:04:58 -04:00
many_to_many Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
many_to_one Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase. 2016-12-07 17:42:31 -05:00
many_to_one_null Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
max_lengths Refs #27358 -- Removed invalid/unneeded FileField.upload_to in tests/docs. 2016-11-30 17:05:31 -05:00
messages_tests Fixed #27688 -- Made messages' add_message() request check use ducktyping. 2017-01-09 18:03:10 -05:00
middleware Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
middleware_exceptions Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
migrate_signals Fixed #27100 -- Included already applied migration changes in the pre-migrate state. 2016-08-24 01:17:48 -04:00
migration_test_data_persistence Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
migrations [1.11.x] Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with nonexistent field. 2017-06-30 13:12:33 -04:00
migrations2
model_fields [1.11.x] Fixed #28242 -- Moved ImageField file extension validation to the form field. 2017-06-01 10:44:47 -04:00
model_forms [1.11.x] Fixed #28345 -- Applied limit_choices_to during ModelForm.__init__(). 2017-06-30 21:28:47 -04:00
model_formsets [1.11.x] Fixed #28159 -- Fixed BaseInlineFormSet._construct_form() crash when using save_as_new. 2017-05-03 08:59:41 -04:00
model_formsets_regress
model_indexes [1.11.x] Fixed #28282 -- Fixed class-based indexes name for models that only inherit Model. 2017-06-08 09:47:18 -04:00
model_inheritance [1.11.x] Sorted imports per isort 4.2.9. 2017-06-01 13:30:08 -04:00
model_inheritance_regress [1.11.x] Fixed #28210 -- Fixed Model._state.adding on MTI parent model after saving child model. 2017-05-19 21:09:42 -04:00
model_meta [1.11.x] Fixed #28269 -- Fixed Model.__init__() crash on models with a field that has an instance only descriptor. 2017-06-05 09:15:55 -04:00
model_options [1.11.x] Sorted imports per isort 4.2.9. 2017-06-01 13:30:08 -04:00
model_package
model_permalink Refs #18974 -- Deprecated @models.permalink() decorator. 2016-10-04 14:39:49 -04:00
model_regress Fixed #27514 -- Tested Model.__init__ excessive number of fields. 2016-11-20 13:21:59 -05:00
modeladmin [1.11.x] Fixed #27889 -- Fixed incorrect check error if ModelAdmin.ordering refers to 'pk'. 2017-03-02 10:58:47 -05:00
multiple_database [1.11.x] Refs #27790 -- Reverted "Removed available_apps on TestCase subclasses." 2017-01-28 10:14:11 -05:00
mutually_referential
nested_foreign_keys
no_models Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
null_fk Fixed #26747 -- Used more specific assertions in the Django test suite. 2016-06-16 14:19:18 -04:00
null_fk_ordering
null_queries
one_to_one [1.11.x] Fixed #28047 -- Fixed QuerySet.filter() crash when it uses the name of a OneToOneField pk. 2017-04-10 11:52:10 -04:00
or_lookups Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSequenceEqual(). 2016-09-13 10:07:37 -04:00
order_with_respect_to
ordering Fixed #13312 -- Allowed specifying the order of null fields in queries. 2016-12-08 09:54:07 -05:00
pagination [1.11.x] Fixed #28284 -- Prevented Paginator's unordered object list warning from evaluating a QuerySet. 2017-06-13 08:34:49 -04:00
postgres_tests [1.11.x] Fixed #28161 -- Fixed return type of ArrayField(CITextField()). 2017-05-04 00:23:49 -04:00
prefetch_related [1.11.x] Sorted imports per isort 4.2.9. 2017-06-01 13:30:08 -04:00
project_template [1.11.x] Fixed #26755 -- Fixed test_middleware_classes_headers if Django source isn't writable. 2017-06-02 10:29:39 -04:00
properties
proxy_model_inheritance
proxy_models [1.11.x] Sorted imports per isort 4.2.9. 2017-06-01 13:30:08 -04:00
queries [1.11.x] Fixed #28378 -- Fixed union() and difference() when combining with a queryset raising EmptyResultSet. 2017-07-10 20:50:50 +02:00
queryset_pickle Fixed #27499 -- Made Prefetches pickle without evaluating their QuerySet. 2016-11-23 11:23:14 -05:00
raw_query Refs #27546 -- Tested some __repr__() methods. 2016-12-01 08:09:38 -05:00
redirects_tests Refs #26601 -- Deprecated old-style middleware. 2016-05-17 07:22:26 -04:00
requests Refs #17235 -- Made MultiPartParser leave request.POST immutable. 2016-12-07 08:28:46 -05:00
requirements [1.11.x] Fixed #27966 -- Bumped required psycopg2 version to 2.5.4. 2017-03-21 17:40:04 +01:00
reserved_names Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
resolve_url Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
responses Fixed #27640 -- Fixed HttpResponse's __repr__() without a 'Content-Type' header. 2016-12-27 14:42:58 -05:00
reverse_lookup
save_delete_hooks
schema [1.11.x] Fixed #28298 -- Prevented a primary key alteration from adding a foreign key constraint if db_constraint=False. 2017-06-22 21:54:46 -04:00
select_for_update Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
select_related [1.11.x] Sorted imports per isort 4.2.9. 2017-06-01 13:30:08 -04:00
select_related_onetoone Fixed #27594 -- Fixed select_related() with reverse self-referential OneToOneField. 2016-12-14 07:46:27 -05:00
select_related_regress Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSequenceEqual(). 2016-09-13 10:07:37 -04:00
serializers [1.11.x] Sorted imports per isort 4.2.9. 2017-06-01 13:30:08 -04:00
servers [1.11.x] Fixed #28212 -- Allowed customizing the port that LiveServerTestCase uses. 2017-05-30 18:06:58 -04:00
sessions_tests [1.11.x] Sorted imports per isort 4.2.9. 2017-06-01 13:30:08 -04:00
settings_tests Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check. 2016-12-23 10:55:00 -05:00
shell Fixed #27721 -- Added interface name to shell's IPython/bython import error. 2017-01-12 13:12:21 -05:00
shortcuts Removed unused view and url from shortcuts tests. 2016-04-12 07:54:34 -04:00
signals Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
signed_cookies_tests Fixed #26747 -- Used more specific assertions in the Django test suite. 2016-06-16 14:19:18 -04:00
signing Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
sitemaps_tests Added tests for contrib.sitemaps.ping_google(). 2016-11-22 18:27:19 -05:00
sites_framework Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many 2016-03-19 09:24:27 +01:00
sites_tests Fixed #27181 -- Allowed contrib.sites to match domains with trailing ".". 2016-11-29 18:17:10 -05:00
staticfiles_tests [1.11.x] Sorted imports per isort 4.2.9. 2017-06-01 13:30:08 -04:00
str
string_lookup Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
swappable_models [1.11.x] Refs #27790 -- Reverted "Removed available_apps on TestCase subclasses." 2017-01-28 10:14:11 -05:00
syndication_tests Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
template_backends Fixed #27258 -- Prohibited django.Template.render() with non-dict context. 2016-12-28 16:03:20 -05:00
template_loader Fixed #25788 -- Enabled the cached template loader if debug is False. 2016-09-03 09:06:33 -04:00
template_tests [1.11.x] Fixed #27974 -- Kept resolved templates constant during one rendering cycle. 2017-04-03 22:32:41 -04:00
templates Fixed #27313 -- Allowed overriding admin popup response template. 2016-12-14 18:10:56 -05:00
test_client Refs #27184 -- Fixed unclosed file ResourceWarning in test_client test. 2016-12-12 12:41:38 -05:00
test_client_regress [1.11.x] Refs #27622 -- Fixed a regression in JSON content-type detection 2017-03-07 17:00:20 +01:00
test_discovery_sample
test_discovery_sample2
test_exceptions
test_runner [1.11.x] Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed. 2017-05-04 21:14:23 -04:00
test_utils [1.11.x] Fixed #27873 -- Fixed crash in setup_test_environment() if ALLOWED_HOSTS is a tuple. 2017-02-24 14:06:42 -05:00
timezones Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase. 2016-12-07 17:42:31 -05:00
transaction_hooks Fixed #26627 -- Fixed on_commit callbacks execution order when callbacks make transactions. 2016-05-18 09:09:48 -04:00
transactions [1.11.x] Reverted "Refs #16682 -- Tested transaction.atomic() with KeyboardInterrupt." 2017-03-09 10:09:00 -05:00
unmanaged_models [1.11.x] Sorted imports per isort 4.2.9. 2017-06-01 13:30:08 -04:00
update Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 2016-11-10 21:30:21 -05:00
update_only_fields Refs #26207 -- Removed obsolete comments about deferred model classes. 2016-11-20 18:22:13 -05:00
urlpatterns_reverse [1.11.x] Fixed #27367 -- Doc'd and tested reversing of URLs with the same name. 2017-02-11 09:02:30 -05:00
user_commands Skipped unnecessary system checks in user_commands test. 2017-01-09 17:23:24 -05:00
utils_tests [1.11.x] Fixed #28174 -- Fixed crash in runserver's autoreload with Python 2 on Windows with non-str environment variables. 2017-07-13 13:12:29 -04:00
validation Replaced use of TestCase.fail() with assertRaises(). 2016-06-28 11:21:26 -04:00
validators Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
version Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase. 2016-12-07 17:42:31 -05:00
view_tests [1.11.x] Fixed #28122 -- Fixed crash when overriding views.static.directory_index()'s template. 2017-04-25 11:01:34 -04:00
wsgi Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
.coveragerc
README.rst Updated "running the tests" to use 'pip install -e'. 2016-10-27 08:18:56 -04:00
runtests.py [1.11.x] Fixed AppRegistryNotReady error when running gis_tests in isolation on PostGIS. 2017-05-30 15:14:55 -04: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  # or py2.txt
    $ ./runtests.py

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