1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests
2016-04-21 19:16:38 -04:00
..
absolute_url_overrides Fixed #26125 -- Fixed E731 flake warnings. 2016-01-25 14:23:43 -05:00
admin_autodiscover
admin_changelist Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
admin_checks Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many 2016-03-19 09:24:27 +01:00
admin_custom_urls Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
admin_docs Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
admin_filters Changed gypsy to manouche in docs and tests. 2016-02-03 09:45:30 -05:00
admin_inlines Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
admin_ordering Fixed #25985 -- Updated signature of ModelAdmin.formfield_for_* to make request a positional argument. 2015-12-29 12:49:14 -05:00
admin_registration Used assertIsInstance in admin_registration tests. 2016-03-24 19:20:31 -04:00
admin_scripts Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
admin_utils Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
admin_views Fixed #22383 -- Added support for HTML5 required attribute on required form fields. 2016-04-21 19:16:38 -04:00
admin_widgets Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
aggregation Fixed #26458 -- Based Avg's default output_field resolution on its source field type. 2016-04-05 23:48:08 -04:00
aggregation_regress Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
annotations Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
app_loading Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as appropriate. 2016-01-29 13:37:33 -05:00
apps Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
auth_tests Fixed #25847 -- Made User.is_(anonymous|authenticated) properties. 2016-04-09 14:54:18 -04:00
backends Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
base
bash_completion Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
basic Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
builtin_server
bulk_create Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its objects. 2016-03-02 14:29:09 -05:00
cache Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
check_framework Fixed #26351 -- Added MySQL check to warn about strict mode option 2016-04-08 20:34:16 +02:00
choices
conditional_processing
contenttypes_tests Refs #26085, #11505 -- Cleared Site cache in contenttypes_tests. 2016-04-19 09:21:27 -04:00
context_processors Fixed #26145 -- Made debug context processor return queries for all databases. 2016-04-09 11:47:15 -04:00
csrf_tests Fixed #26094 -- Fixed CSRF behind a proxy (settings.USE_X_FORWARDED_PORT=True). 2016-01-20 18:19:24 -05:00
custom_columns Refs #26022 -- Used context manager version of assertRaisesMessage in tests. 2016-01-29 13:03:39 -05:00
custom_lookups
custom_managers Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
custom_methods
custom_migration_operations
custom_pk Refs #26022 -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
datatypes Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
dates Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as appropriate. 2016-01-29 13:37:33 -05:00
datetimes
db_functions Fixed #24932 -- Added Cast database function. 2016-03-29 08:14:33 -04:00
db_typecasts Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite. 2016-04-18 09:39:46 -04:00
dbshell
decorators
defer Fixed #26486 -- Fixed a select_related() + defer() MTI edge case. 2016-04-13 10:32:17 -04:00
defer_regress Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
delete Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
delete_regress
deprecation Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
dispatch
distinct_on_fields Refs #26022 -- Used context manager version of assertRaisesMessage in tests. 2016-01-29 13:03:39 -05:00
empty
expressions Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
expressions_case Sorted single letter imports per the latest version of isort. 2016-03-28 11:45:31 -04:00
extra_regress Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
field_deconstruction
field_defaults
field_subclassing
file_storage Fixed #26495 -- Added name arg to Storage.save()'s File wrapping. 2016-04-21 10:40:48 -04:00
file_uploads Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
files Refs #26022 -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
fixtures Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
fixtures_model_package Fixed #21549 -- Made loaddata's 'fixture not found' warning an exception. 2016-01-04 19:39:35 -05:00
fixtures_regress Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
flatpages_tests Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
force_insert_update
foreign_object Refs #16508 -- Renamed the current "virtual" fields to "private". 2016-04-13 10:10:53 -04:00
forms_tests Fixed #22383 -- Added support for HTML5 required attribute on required form fields. 2016-04-21 19:16:38 -04:00
from_db_value
generic_inline_admin Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
generic_relations Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
generic_relations_regress Sorted single letter imports per the latest version of isort. 2016-03-28 11:45:31 -04:00
generic_views Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
get_earliest_or_latest Made multiline assertRaises* conform to flake8's E128 rule. 2016-02-04 19:14:10 -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 Refs #26022 -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
gis_tests Fixed #26512 -- Added tests for SpatialRefSysMixin.get_units(). 2016-04-19 11:19:44 -04:00
handlers Fixed #26452 -- Loaded middleware on server start rather than on first request. 2016-04-04 10:12:41 -04:00
http_utils
httpwrappers Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
humanize_tests Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
i18n Fixed #22383 -- Added support for HTML5 required attribute on required form fields. 2016-04-21 19:16:38 -04:00
import_error_package
indexes Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
inline_formsets Fixed #25987 -- Made inline formset validation respect unique_together with an unsaved parent object. 2016-03-26 21:49:41 -04:00
inspectdb Fixed #25658 -- Allowed inspectdb to inspect a specific set of tables. 2016-03-18 08:41:15 -04:00
introspection Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
invalid_models_tests Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
known_related_objects
logging_tests Fixed #26504 -- Avoided logging "Not Found" warnings if a middleware handles the 404. 2016-04-20 21:02:05 -04:00
lookup Fixed #26285 -- Deprecated the MySQL-specific __search lookup. 2016-03-02 14:41:56 -05:00
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_regress
m2m_signals
m2m_through Refs #26092 -- Added @skipUnlessDBFeature to a test. 2016-01-21 08:05:55 -05:00
m2m_through_regress Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
m2o_recursive
mail Fixed #22561 -- Prevented too long lines in email messages 2016-04-19 09:35:24 +02:00
managers_regress Fixed #25746 -- Isolated inlined test models registration. 2016-01-06 20:00:07 -05:00
many_to_many Fixed #26176 -- Fixed E123 flake8 warnings. 2016-02-05 15:11:07 -05:00
many_to_one Fixed #26179 -- Removed null assignment check for non-nullable foreign key fields. 2016-02-11 10:07:39 -05:00
many_to_one_null Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
max_lengths
messages_tests Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
middleware Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
middleware_exceptions Refs #26022 -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
migrate_signals Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
migration_test_data_persistence
migrations Fixed #26475 -- Added functools.partial() support to migrations autodetector. 2016-04-19 10:17:11 -04:00
migrations2
model_fields Refs #16508 -- Renamed the current "virtual" fields to "private". 2016-04-13 10:10:53 -04:00
model_forms Fixed #22383 -- Added support for HTML5 required attribute on required form fields. 2016-04-21 19:16:38 -04:00
model_formsets Fixed #22383 -- Added support for HTML5 required attribute on required form fields. 2016-04-21 19:16:38 -04:00
model_formsets_regress
model_inheritance Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
model_inheritance_regress Refs #26022 -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
model_meta Refs #16508 -- Renamed the current "virtual" fields to "private". 2016-04-13 10:10:53 -04:00
model_options Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
model_package
model_permalink
model_regress Refs #24007 -- Removed an apps.populate() call in model unpickling that can cause deadlocks. 2016-02-08 08:28:48 -05:00
model_validation Removed unneeded hint=None/obj=None in system check messages. 2016-02-12 13:01:25 -05:00
modeladmin Fixed #22383 -- Added support for HTML5 required attribute on required form fields. 2016-04-21 19:16:38 -04:00
multiple_database Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
mutually_referential
nested_foreign_keys
no_models
null_fk
null_fk_ordering
null_queries Refs #26022 -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
one_to_one Fixed #26179 -- Removed null assignment check for non-nullable foreign key fields. 2016-02-11 10:07:39 -05:00
or_lookups Fixed W503 flake8 warnings. 2016-04-04 17:14:26 -04:00
order_with_respect_to Fixed #25746 -- Isolated inlined test models registration. 2016-01-06 20:00:07 -05:00
ordering Correct a grammatical error: "it's related model" 2016-03-09 20:40:17 -08:00
pagination Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
postgres_tests Fixed #22383 -- Added support for HTML5 required attribute on required form fields. 2016-04-21 19:16:38 -04:00
prefetch_related Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
project_template Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
properties Refs #26022 -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
proxy_model_inheritance
proxy_models Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
queries Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
queryset_pickle
raw_query Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
redirects_tests Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
requests Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
requirements Refs #26033 -- Temporarily pinned argon2-cffi test requirement. 2016-04-19 11:58:50 -04:00
reserved_names Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
resolve_url Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
responses Refs #26022 -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
reverse_lookup Refs #26022 -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
save_delete_hooks
schema Refs #26384, #24995 -- Avoided a module-level MySQL query in the schema tests. 2016-04-02 08:17:35 -04:00
select_for_update Refs #26022 -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
select_related Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
select_related_onetoone Fixed #26486 -- Fixed a select_related() + defer() MTI edge case. 2016-04-13 10:32:17 -04:00
select_related_regress Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
serializers Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
servers Refs #25684 -- Silenced logging output in servers tests. 2016-02-08 11:14:27 -05:00
sessions_tests Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a KeyError. 2016-04-20 13:06:47 -04:00
settings_tests Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
shell Fixed #25680 -- Added django-admin shell --command option. 2016-01-06 18:43:41 -05:00
shortcuts Removed unused view and url from shortcuts tests. 2016-04-12 07:54:34 -04:00
signals Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
signed_cookies_tests Refs #26022 -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
signing Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
sitemaps_tests Added missing backslash in sitemaps_tests urls. 2016-03-09 10:07:01 -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 #26446 -- Added additional tests to cover methods in the RequestSite class 2016-04-03 13:07:57 +02:00
staticfiles_tests Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensions 2016-03-30 14:34:41 +02:00
str Fixed #25746 -- Isolated inlined test models registration. 2016-01-06 20:00:07 -05:00
string_lookup
swappable_models
syndication_tests Made multiline assertRaises* conform to flake8's E128 rule. 2016-02-04 19:14:10 -05:00
template_backends
template_loader Fixed #26109 -- Raised a helpful error if loader.select_tamplate() is passed a string. 2016-01-25 18:37:02 -05:00
template_tests Fixed #26479 -- Added 'is not' operator to the if tag. 2016-04-09 13:01:15 -04:00
templates Changed action="." to action="" in tests and docs. 2016-01-21 13:59:15 -05:00
test_client Fixed #25699 -- Allowed using the test client if 'django.contrib.sessions' isn't in INSTALLED_APPS. 2016-04-04 07:48:48 -04:00
test_client_regress Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
test_discovery_sample Refs #25735 -- Made @tag decorator importable from django.test. 2016-02-19 14:21:00 -05:00
test_discovery_sample2
test_exceptions
test_runner Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
test_utils Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
timezones Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
transaction_hooks
transactions Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
unmanaged_models Removed British/Austrialian word: whilist. 2015-12-31 14:29:52 -05:00
update Sorted single letter imports per the latest version of isort. 2016-03-28 11:45:31 -04:00
update_only_fields Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
urlpatterns_reverse Fixed #25847 -- Made User.is_(anonymous|authenticated) properties. 2016-04-09 14:54:18 -04:00
user_commands Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
utils_tests Fixed #26281 -- Added a helpful error message for an invalid format specifier to dateformat.format(). 2016-04-20 20:13:52 -04:00
validation Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
validators Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator. 2016-02-18 19:06:49 -05:00
version
view_tests Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based views 2016-04-15 17:28:54 +02:00
wsgi Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
.coveragerc
README.rst
runtests.py Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
test_sqlite.py
urls.py

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