django/tests
2015-05-19 08:06:39 -04:00
..
absolute_url_overrides
admin_autodiscover
admin_changelist Refs #24553 -- Isolated admin_* tests. 2015-05-14 09:57:13 -04:00
admin_checks
admin_custom_urls
admin_docs
admin_filters
admin_inlines
admin_ordering Refs #24553 -- Isolated admin_* tests. 2015-05-14 09:57:13 -04:00
admin_registration Refs #24553 -- Isolated admin_* tests. 2015-05-14 09:57:13 -04:00
admin_scripts Fixed #24742 -- Made runserver.check_migrations ignore read-only databases 2015-05-13 18:30:36 +02:00
admin_utils
admin_views Fixed #24553 -- Added the list of available applications to AdminSite.each_context() 2015-05-11 12:07:36 -04:00
admin_widgets
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
apps
auth_tests Refs #24553 -- Fixed urlpatterns leakage in auth_tests 2015-05-19 07:43:40 -04:00
backends Fixed #23820 -- Supported per-database time zone. 2015-05-17 09:40:28 +02:00
base
bash_completion
basic
builtin_server
bulk_create
cache
check_framework
choices
conditional_processing
contenttypes_tests
context_processors
createsuperuser
csrf_tests Fixed #24696 -- Made CSRF_COOKIE computation lazy. 2015-05-02 19:45:14 -04:00
custom_columns
custom_lookups
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 #24714 -- Used more specific assertions than assertEqual in tests. 2015-04-28 09:31:04 -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 #24766 -- Added join promotion for Case expressions 2015-05-11 11:16:16 -04:00
extra_regress
field_deconstruction
field_defaults
field_subclassing
file_storage Fixed #24105 -- Called Storage.get_valid_name() when upload_to is callable 2015-05-12 20:08:22 -04:00
file_uploads
files
fixtures
fixtures_model_package
fixtures_regress
flatpages_tests
force_insert_update
foreign_object
forms_tests Fixed #24497 -- Added Widget.supports_microseconds attribute 2015-05-06 07:13:00 -04:00
from_db_value
generic_inline_admin
generic_relations
generic_relations_regress
generic_views Fixed #24714 -- Used more specific assertions than assertEqual in tests. 2015-04-28 09:31:04 -04:00
get_earliest_or_latest
get_object_or_404
get_or_create
gis_tests Removed test numbering in gdal tests 2015-05-13 14:13:20 +02:00
handlers
http_utils
httpwrappers Removed redundant list() calls. 2015-05-16 10:44:07 -04:00
humanize_tests
i18n Moved engine-related exceptions to django.template.exceptions. 2015-05-06 17:33:47 -05:00
import_error_package
indexes
inline_formsets
inspectdb
introspection
invalid_models_tests Fixed #24818 -- Prevented models.CharField from accepting a string as max_length 2015-05-19 08:06:39 -04:00
known_related_objects
logging_tests Fixed #24526 -- Combined django.request/security loggers with the root logger. 2015-04-24 11:07:42 -04:00
lookup
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
middleware Fixed #24681 -- Removed Unicode bug in BrokenLinkEmailMiddleware 2015-04-21 22:02:04 +02:00
middleware_exceptions
migrate_signals
migration_test_data_persistence
migrations Fixed #24812 -- Fixed app registry RuntimeWarnings in schema and migrations tests. 2015-05-18 09:48:25 -04:00
migrations2
model_fields [1.8.x] Refs #24698, #24712 -- Forwardported ForeignKey.get_db_prep_value() test and release notes. 2015-05-12 19:42:42 -04:00
model_forms
model_formsets
model_formsets_regress
model_inheritance
model_inheritance_regress
model_meta Fixed #24156 -- Fixed inherited related name of ManyToManyField. 2015-05-12 19:14:55 -04:00
model_options
model_package
model_permalink
model_regress Fixed model_regress test failure on non-ASCII path; refs #24717. 2015-04-30 07:48:21 -04:00
model_validation
modeladmin
multiple_database Fixed #24714 -- Used more specific assertions than assertEqual in tests. 2015-04-28 09:31:04 -04:00
mutually_referential
nested_foreign_keys
no_models
null_fk
null_fk_ordering
null_queries
one_to_one
or_lookups
order_with_respect_to
ordering
pagination
postgres_tests Fixed #24751 -- Fixed HStoreField isnull lookup. 2015-05-13 10:31:59 -04:00
prefetch_related
project_template
properties
proxy_model_inheritance
proxy_models
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
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
select_related_onetoone
select_related_regress
serializers
serializers_regress
servers
sessions_tests Fixed #24799 -- Fixed session cookie deletion when using SESSION_COOKIE_DOMAIN 2015-05-15 11:23:41 -04:00
settings_tests Fixed typo in settings_tests 2015-05-09 18:23:57 -04:00
shortcuts
signals
signed_cookies_tests
signing
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
str
string_lookup
swappable_models
syndication_tests
template_backends Fixed #24119, #24120 -- Formalized debug integration for template backends. 2015-05-06 17:33:47 -05:00
template_loader Fixed #24119, #24120 -- Formalized debug integration for template backends. 2015-05-06 17:33:47 -05:00
template_tests Fixed template_tests failure on Windows. 2015-04-28 07:55:27 -04:00
templates
test_client
test_client_regress
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 Added backwards compatibility for assertRaisesMessage callable_obj param. 2015-05-18 10:04:18 -04:00
timezones Added tzinfo to a test to fix RuntimeWarning. 2015-05-17 21:15:23 -04:00
transactions
unmanaged_models
update
update_only_fields
urlpatterns_reverse Fixed #24707 -- Improved error reporting for explicitly imported uncallable views 2015-04-26 19:19:15 +02:00
user_commands
utils_tests Factored skip condition when pytz isn't installed. 2015-05-17 10:23:14 +02:00
validation Fixed #24708 -- Handled non-string values in GenericIPAddressField.to_python() 2015-05-06 07:03:31 -04:00
validators
version
view_tests Fixed #24733 -- Passed the triggering exception to 40x error handlers 2015-05-11 22:02:14 +02: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/.