django/tests
2015-05-24 17:52:35 +02:00
..
absolute_url_overrides Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
admin_autodiscover
admin_changelist Refs #24553 -- Isolated admin_* tests. 2015-05-14 09:57:13 -04:00
admin_checks Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
admin_custom_urls Updated tests to stop leaking models in shared AdminSite. 2015-04-15 09:45:26 -04:00
admin_docs
admin_filters
admin_inlines
admin_ordering Refs #24553 -- Isolated admin_* tests. 2015-05-14 09:57:13 -04:00
admin_registration Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
admin_scripts Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
admin_utils Fixed #24593 -- Fixed number formatting of readonly IntegerFields in the admin. 2015-04-14 17:49:08 -04:00
admin_views Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
admin_widgets Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
aggregation Fixed #24649 -- Allowed using Avg aggregate on non-numeric field types. 2015-04-25 13:06:14 -04:00
aggregation_regress Fixed #24748 -- Fixed incorrect GROUP BY on MySQL in some queries 2015-05-11 11:42:27 -04:00
annotations
app_loading Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
apps Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualified package names. 2015-05-22 11:08:25 -04:00
auth_tests Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
backends Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
base
bash_completion
basic Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
builtin_server
bulk_create
cache Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
check_framework Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
choices
conditional_processing Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
contenttypes_tests
context_processors Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
createsuperuser
csrf_tests Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
custom_columns
custom_lookups Fixed #22394 -- Refactored built-in datetime lookups to transforms. 2015-04-20 15:11:11 -04:00
custom_managers
custom_methods Renamed value_to_db_xxx to adapt_xxxfield_value. 2015-05-17 09:39:34 +02:00
custom_migration_operations
custom_pk
datatypes Used assertIsInstance in tests. 2015-04-27 08:40:36 -04:00
dates
datetimes
db_functions
db_typecasts
dbshell
decorators Fixed #13008 -- Added more Cache-Control headers to never_cache() decorator. 2015-04-28 12:07:02 -04:00
defer
defer_regress Used assertIsInstance in tests. 2015-04-27 08:40:36 -04:00
delete Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted objects. 2015-05-22 13:27:16 -04:00
delete_regress
deprecation
dispatch Used assertIsInstance in tests. 2015-04-27 08:40:36 -04:00
distinct_on_fields
empty
expressions
expressions_case Fixed #24705 -- Fixed negated Q objects in expressions. 2015-05-20 09:41:04 -04:00
extra_regress
field_deconstruction Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
field_defaults
field_subclassing Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
file_storage Fixed #24826 -- Accounted for filesystem-dependent filename max length 2015-05-22 20:06:31 +02:00
file_uploads Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
files
fixtures Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualified package names. 2015-05-22 11:08:25 -04:00
fixtures_model_package
fixtures_regress
flatpages_tests Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
force_insert_update
foreign_object
forms_tests Refs #9230 -- Added complementary tests for widget iterations 2015-05-22 09:25:37 +02:00
from_db_value
generic_inline_admin Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
generic_relations Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
generic_relations_regress
generic_views Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
get_earliest_or_latest
get_object_or_404
get_or_create
gis_tests Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
handlers Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
http_utils Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
httpwrappers Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
humanize_tests
i18n Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
import_error_package
indexes
inline_formsets
inspectdb
introspection
invalid_models_tests Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
known_related_objects
logging_tests Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
lookup Fixed #22394 -- Refactored built-in datetime lookups to transforms. 2015-04-20 15:11:11 -04:00
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_regress
m2m_signals
m2m_through
m2m_through_regress
m2o_recursive
mail Refs #23763 -- Fixed SMTPServer Python 3.5 deprecation warning in mail test. 2015-05-18 09:48:25 -04:00
managers_regress
many_to_many Fixed #24156 -- Fixed inherited related name of ManyToManyField. 2015-05-12 19:14:55 -04:00
many_to_one
many_to_one_null
max_lengths
messages_tests Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
middleware Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
middleware_exceptions Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
migrate_signals
migration_test_data_persistence
migrations Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
migrations2
model_fields Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
model_forms Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
model_formsets
model_formsets_regress
model_inheritance
model_inheritance_regress
model_meta Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
model_options
model_package
model_permalink Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
model_regress Fixed model_regress test failure on non-ASCII path; refs #24717. 2015-04-30 07:48:21 -04:00
model_validation Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
modeladmin Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
multiple_database Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
mutually_referential
nested_foreign_keys
no_models Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
null_fk
null_fk_ordering
null_queries
one_to_one
or_lookups
order_with_respect_to
ordering Fixed #24654 -- Based ordering circular references detection on columns. 2015-04-20 15:49:58 -04:00
pagination
postgres_tests Fixed forms import. 2015-05-24 17:52:35 +02:00
prefetch_related
project_template
properties
proxy_model_inheritance
proxy_models Updated tests to stop leaking models in shared AdminSite. 2015-04-15 09:45:26 -04:00
queries Fixed #24719 -- Restored the ability to use interators as queryset related object filters. 2015-04-28 10:51:27 -04:00
queryset_pickle
raw_query
redirects_tests
requests
requirements
reserved_names
resolve_url Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
responses
reverse_lookup
save_delete_hooks
schema Fixed #24812 -- Fixed app registry RuntimeWarnings in schema and migrations tests. 2015-05-18 09:48:25 -04:00
select_for_update
select_related Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
select_related_onetoone Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
select_related_regress
serializers Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
serializers_regress Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
servers Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
sessions_tests Fixed incorrect session.flush() in cached_db session backend. 2015-05-20 13:48:06 -04:00
settings_tests Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
shortcuts Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
signals
signed_cookies_tests Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
signing Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
sitemaps_tests
sites_framework
sites_tests Fixed #24774 -- Made contrib.site's Site.domain field unique 2015-05-16 08:43:42 -04:00
staticfiles_tests Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
str
string_lookup
swappable_models
syndication_tests
template_backends Fixed #17085, #24783 -- Refactored template library registration. 2015-05-21 09:12:06 -05:00
template_loader Fixed #24119, #24120 -- Formalized debug integration for template backends. 2015-05-06 17:33:47 -05:00
template_tests Fixed #17085, #24783 -- Refactored template library registration. 2015-05-21 09:12:06 -05:00
templates
test_client Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
test_client_regress Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
test_discovery_sample
test_discovery_sample2
test_exceptions
test_runner Mocked db.connections in test_runner tests 2015-05-09 17:04:06 +02:00
test_runner_deprecation_app
test_utils Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
timezones Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
transactions
unmanaged_models
update
update_only_fields
urlpatterns_reverse Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
user_commands
utils_tests Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
validation Fixed #24708 -- Handled non-string values in GenericIPAddressField.to_python() 2015-05-06 07:03:31 -04:00
validators Fixed #24349 -- Limited domain name labels to 63 characters in EmailValidator 2015-04-17 18:08:33 -04:00
version
view_tests Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
webdesign_tests
wsgi
.coveragerc
README.rst
runtests.py Fixed #24526 -- Combined django.request/security loggers with the root logger. 2015-04-24 11:07:42 -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/.