django/tests
Vincenzo Pandolfo 0490d72f2a Fixed #24116 -- Moved AdminSite.check_dependencies() to system checks. 2016-01-22 18:29:56 -05:00
..
absolute_url_overrides
admin_autodiscover Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
admin_changelist
admin_checks Fixed #24116 -- Moved AdminSite.check_dependencies() to system checks. 2016-01-22 18:29:56 -05:00
admin_custom_urls Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
admin_docs
admin_filters
admin_inlines Refs #494 -- Fixed a flaky admin_inlines tests. 2016-01-11 14:16:17 -05:00
admin_ordering
admin_registration
admin_scripts
admin_utils Refs #21113 -- Updated test to allow for bad MySQL time resolution 2016-01-10 19:16:49 +01:00
admin_views Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin.readonly_fields. 2016-01-21 13:21:28 -05:00
admin_widgets Refs #26048 -- Fixed a flaky selenium test. 2016-01-14 19:35:34 -05:00
aggregation
aggregation_regress Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
annotations
app_loading
apps Added missing period to "etc.". 2016-01-11 18:05:15 -05:00
auth_tests Fixed #21113 -- Made LogEntry.change_message language independent 2016-01-08 20:34:59 +01:00
backends Fixed #26063 -- Crash when passing > 2000 params. 2016-01-21 10:47:15 +01:00
base
bash_completion
basic
builtin_server
bulk_create
cache
check_framework
choices
conditional_processing
contenttypes_tests
context_processors Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
createsuperuser
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
custom_lookups
custom_managers
custom_methods
custom_migration_operations
custom_pk
datatypes
dates
datetimes
db_functions
db_typecasts
dbshell
decorators
defer
defer_regress
delete
delete_regress
deprecation
dispatch
distinct_on_fields
empty
expressions
expressions_case Refs #26071 -- Added test for __in lookup in a Case expression. 2016-01-13 08:56:36 -05:00
extra_regress
field_deconstruction
field_defaults
field_subclassing
file_storage Fixed #26038 -- Changed FileSystemStorage defaults on setting change. 2016-01-07 12:04:39 -05:00
file_uploads
files
fixtures
fixtures_model_package
fixtures_regress
flatpages_tests Fixed #25780 -- Removed redundant status code assertions from tests 2015-11-21 18:12:33 +01:00
force_insert_update
foreign_object
forms_tests Fixed #26104 -- Fixed TypeError when passing number to forms.DurationField. 2016-01-22 16:24:49 -05:00
from_db_value
generic_inline_admin
generic_relations
generic_relations_regress
generic_views
get_earliest_or_latest
get_object_or_404
get_or_create
gis_tests Fixed #26112 -- Error when computing aggregate of GIS areas. 2016-01-22 19:38:34 +01:00
handlers Fixed #25780 -- Removed redundant status code assertions from tests 2015-11-21 18:12:33 +01:00
http_utils
httpwrappers
humanize_tests
i18n Added missing period to "etc.". 2016-01-11 18:05:15 -05:00
import_error_package
indexes
inline_formsets Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 2015-07-27 18:28:13 -04:00
inspectdb
introspection Fixed #14286 -- Added models.BigAutoField. 2015-12-25 20:01:31 -05:00
invalid_models_tests
known_related_objects
logging_tests Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by default. 2016-01-14 09:05:43 -05:00
lookup
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
m2o_recursive
mail
managers_regress
many_to_many
many_to_one
many_to_one_null
max_lengths Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
messages_tests
middleware
middleware_exceptions
migrate_signals
migration_test_data_persistence
migrations
migrations2
model_fields Fixed #25858 -- Bound abstract model application relative relationships. 2016-01-11 12:23:23 -05:00
model_forms
model_formsets
model_formsets_regress
model_inheritance
model_inheritance_regress
model_meta
model_options
model_package
model_permalink
model_regress
model_validation
modeladmin
multiple_database
mutually_referential
nested_foreign_keys
no_models
null_fk
null_fk_ordering
null_queries
one_to_one
or_lookups
order_with_respect_to
ordering Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 2015-07-27 18:28:13 -04:00
pagination Fixed #23190 -- Made Paginator.page_range an iterator 2015-07-03 11:34:34 -04:00
postgres_tests
prefetch_related
project_template
properties Fixed #25910 -- Rejected read-only property names in model constructors. 2016-01-22 13:27:11 -05:00
proxy_model_inheritance
proxy_models Fixed #25746 -- Isolated inlined test models registration. 2016-01-06 20:00:07 -05:00
queries
queryset_pickle
raw_query
redirects_tests
requests
requirements
reserved_names
resolve_url
responses
reverse_lookup
save_delete_hooks
schema Fixed #26116 -- Corrected schema's test_alter_implicit_id_to_explicit. 2016-01-22 12:46:27 -05:00
select_for_update
select_related
select_related_onetoone
select_related_regress
serializers
servers Fixed #25684 -- Made runserver use logging for request/response output. 2016-01-11 07:35:17 -05:00
sessions_tests
settings_tests
shell
shortcuts
signals Fixed #25746 -- Isolated inlined test models registration. 2016-01-06 20:00:07 -05:00
signed_cookies_tests
signing
sitemaps_tests Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
sites_framework
sites_tests
staticfiles_tests Refs #21221 -- Added test for legacy static usage in form Media. 2016-01-19 06:57:20 -05:00
str
string_lookup
swappable_models
syndication_tests
template_backends Fixed #25469 -- Added autoescape option to DjangoTemplates backend. 2015-11-12 19:14:23 -05:00
template_loader
template_tests Fixed #26118 -- Added 'is' operator to if template tag. 2016-01-22 15:35:28 -05:00
templates Changed `action="."` to `action=""` in tests and docs. 2016-01-21 13:59:15 -05:00
test_client
test_client_regress
test_discovery_sample
test_discovery_sample2
test_exceptions
test_runner Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by default. 2016-01-14 09:05:43 -05:00
test_utils
timezones
transaction_hooks
transactions
unmanaged_models
update
update_only_fields
urlpatterns_reverse Fixed #26039 -- Unwrapped nested partials in URL reversal. 2016-01-06 15:22:37 -05:00
user_commands
utils_tests
validation Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 2015-07-27 18:28:13 -04:00
validators
version
view_tests Fixed #25697 -- Made default error views error when passed a nonexistent template_name. 2016-01-14 07:05:38 -05:00
wsgi Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
.coveragerc
README.rst Fixed #23289 -- Added mock as a test dependency. 2014-12-01 16:08:25 -05:00
runtests.py Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by default. 2016-01-14 09:05:43 -05:00
test_sqlite.py
urls.py

README.rst

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