django/tests
2014-12-12 10:17:48 -05:00
..
absolute_url_overrides
admin_autodiscover
admin_changelist
admin_checks Fixed #23338 -- Added warning when unique=True on ForeigKey 2014-11-27 19:42:30 -05:00
admin_custom_urls
admin_docs
admin_filters
admin_inlines Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.py 2014-11-29 10:27:04 -05:00
admin_ordering
admin_registration
admin_scripts
admin_util Converted a SimpleTestCase that creates data to TestCase. 2014-12-04 13:24:41 -05:00
admin_validation Silenced all admin validation warnings. 2014-11-28 19:00:08 -05:00
admin_views Fixed template tag braces spacing. 2014-12-12 09:34:18 -05:00
admin_widgets
aggregation Fixed #23941 -- Removed implicit decimal formatting from expressions. 2014-12-12 10:17:48 -05:00
aggregation_regress Fixed #23877 -- aggregation's subquery missed target col 2014-11-27 06:50:08 -05:00
annotations Marked some tests as expected failures on Oracle/cx_Oracle<=5.1.3/Python3 2014-12-03 00:53:27 +02:00
app_loading
apps
backends Fixed #23941 -- Removed implicit decimal formatting from expressions. 2014-12-12 10:17:48 -05:00
base
bash_completion Fixed #23930 -- Added copies of captured_std* managers from CPython's test.support. 2014-11-29 11:21:58 -05:00
basic Fixed #901 -- Added Model.refresh_from_db() method 2014-11-28 06:54:00 -05:00
builtin_server
bulk_create
cache Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
check_framework Fixed #23338 -- Added warning when unique=True on ForeigKey 2014-11-27 19:42:30 -05:00
choices
commands_sql Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs #23933. 2014-12-01 11:34:15 -05:00
commands_sql_migrations
conditional_processing
contenttypes_tests Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs #23933. 2014-12-01 11:34:15 -05:00
context_processors
createsuperuser
csrf_tests
custom_columns
custom_lookups Fixed #16731 -- Made pattern lookups work properly with F() expressions 2014-11-28 12:50:42 +02:00
custom_managers Readded test inadvertently removed in last commit. 2014-12-11 18:01:34 -05:00
custom_methods
custom_migration_operations
custom_pk Refs #18586 -- Split custom_pk test. 2014-12-11 17:13:24 -05:00
datatypes
dates Fixed #23867 -- removed DateQuerySet hacks 2014-11-26 17:49:25 -05:00
datetimes
db_typecasts
dbshell
decorators Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.py 2014-11-29 10:27:04 -05:00
defaultfilters
defer Fixed #901 -- Added Model.refresh_from_db() method 2014-11-28 06:54:00 -05:00
defer_regress
delete
delete_regress
deprecation Refs #23947 -- Worked around a bug in Python that prevents deprecation warnings from appearing in tests. 2014-12-06 14:46:01 -05:00
dispatch
distinct_on_fields
empty
expressions Refs #18586 -- Refactored expressions tests. 2014-12-11 18:24:23 -05:00
extra_regress
field_deconstruction
field_defaults
field_subclassing Fixed #901 -- Added Model.refresh_from_db() method 2014-11-28 06:54:00 -05:00
file_storage
file_uploads Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
files
fixtures
fixtures_migration Fixed #20392 -- Added TestCase.setUpTestData() 2014-12-03 10:37:04 -05:00
fixtures_model_package
fixtures_regress
force_insert_update
foreign_object Ensured foreign_object tests reset language properly. 2014-12-02 07:31:52 -05:00
forms_tests Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data. 2014-12-12 08:47:21 -05:00
from_db_value
generic_inline_admin Moved misplaced comment. 2014-12-06 20:40:55 +01:00
generic_relations
generic_relations_regress
generic_views Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.py 2014-11-29 10:27:04 -05:00
get_earliest_or_latest
get_object_or_404
get_or_create
handlers
http_utils
httpwrappers
i18n Fixed #23930 -- Added copies of captured_std* managers from CPython's test.support. 2014-11-29 11:21:58 -05:00
indexes Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrations 2014-12-04 21:27:42 +01:00
initial_sql_regress
inline_formsets
inspectdb
introspection Refs #23947 -- Fixed introspection test that had a side effect. 2014-12-06 13:00:25 -05:00
invalid_models_tests Fixed #23801 -- Added warning when max_length is used with IntegerField 2014-11-26 18:41:54 -05:00
known_related_objects
logging_tests Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.py 2014-11-29 10:27:04 -05:00
lookup
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_regress
m2m_signals
m2m_through
m2m_through_regress
m2o_recursive
mail Refs #23947 -- Isolated a mail test. 2014-12-06 12:06:06 -05:00
managers_regress
many_to_many
many_to_one
many_to_one_null
max_lengths
middleware
middleware_exceptions Fixed #14664 -- Logged a warning if MiddlewareNotUsed is raised in DEBUG mode. 2014-11-27 07:55:07 -05:00
migrate_signals
migration_test_data_persistence
migrations Fixed #23956 -- Fixed migration creation for multiple table inheritance 2014-12-11 13:28:21 -05:00
migrations2
model_fields Fixed #23338 -- Added warning when unique=True on ForeigKey 2014-11-27 19:42:30 -05:00
model_forms
model_formsets
model_formsets_regress Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
model_inheritance Refs #18586 -- Split up model_inheritance.ModelInheritanceTest 2014-12-03 18:54:47 -05:00
model_inheritance_regress
model_meta Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
model_options
model_package Cleanup cache in contrib.sites to prevent test interference -- refs #11505 2014-12-11 15:56:54 -05:00
model_permalink
model_regress
model_validation Fixed #23338 -- Added warning when unique=True on ForeigKey 2014-11-27 19:42:30 -05:00
modeladmin Refs #23947 -- Made a modeladmin test cleanup after itself. 2014-12-05 16:19:59 -05:00
multiple_database Removed an incorrect docstring in tests/multiple_database/tests.py. 2014-12-01 11:37:08 -05:00
mutually_referential
nested_foreign_keys
no_models
null_fk
null_fk_ordering
null_queries
one_to_one
or_lookups
order_with_respect_to Refs #18586 -- Split up order_with_respect_to tests 2014-12-04 11:05:26 -05:00
ordering
pagination
postgres_tests Fixed #23423 -- Added unaccent lookup in django.contrib.postgres 2014-11-28 18:22:20 -05:00
prefetch_related Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
project_template Added a test to verify headers set by default middleware; refs #23939. 2014-12-03 13:47:23 -05:00
properties
proxy_model_inheritance
proxy_models
queries Refactored some tests to take advantage of refs #20392. 2014-12-03 10:37:12 -05:00
queryset_pickle
raw_query
requests
requirements Fixed #23289 -- Added mock as a test dependency. 2014-12-01 16:08:25 -05:00
reserved_names
resolve_url
responses Fixed #23977 -- Added setdefault() method to HttpResponse 2014-12-11 13:56:56 -05:00
reverse_lookup
save_delete_hooks
schema Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
select_for_update Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs #23933. 2014-12-01 11:34:15 -05:00
select_related Refactored some tests to take advantage of refs #20392. 2014-12-03 10:37:12 -05:00
select_related_onetoone
select_related_regress
serializers
serializers_regress
servers Fixed #23930 -- Added copies of captured_std* managers from CPython's test.support. 2014-11-29 11:21:58 -05:00
settings_tests Fixed #23957 -- Started deprecation toward requiring session verification. 2014-12-05 07:37:34 -05:00
shortcuts
signals
signed_cookies_tests
signing
sites_framework
staticfiles_tests Refs #23947 -- Prevented staticfiles tests from having side effects. 2014-12-09 11:17:05 -05:00
str
string_lookup
swappable_models
syndication_tests Cleanup cache in contrib.sites to prevent test interference -- refs #11505 2014-12-11 15:56:54 -05:00
template_tests Refs #23890 -- Restored silencing of numpy DeprecationWarnings in template tests. 2014-12-06 11:27:15 -05:00
templates Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change(). 2014-11-29 10:31:09 -05:00
test_client Corrected deprecation warnings for RedirectView; refs #21587. 2014-11-28 17:59:55 -05:00
test_client_regress Corrected deprecation warnings for RedirectView; refs #21587. 2014-11-28 17:59:55 -05:00
test_discovery_sample
test_discovery_sample2
test_exceptions
test_runner Fixed #23289 -- Added mock as a test dependency. 2014-12-01 16:08:25 -05:00
test_runner_deprecation_app
test_utils Fixed #23933 -- Made override_settings(DATABASE_ROUTERS) affect the master router. 2014-12-01 11:30:50 -05:00
timezones
transactions
unmanaged_models
update
update_only_fields
urlpatterns_reverse Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.py 2014-11-29 10:27:04 -05:00
user_commands Fixed #23930 -- Added copies of captured_std* managers from CPython's test.support. 2014-11-29 11:21:58 -05:00
utils_tests Refs #23947 -- Worked around a bug in Python that prevents deprecation warnings from appearing in tests. 2014-12-06 14:46:01 -05:00
validation
validators
version
view_tests Fixed selenium test failure of JavascriptI18nTests. 2014-12-01 16:42:48 -05:00
wsgi
.coveragerc
README.rst Fixed #23289 -- Added mock as a test dependency. 2014-12-01 16:08:25 -05:00
runtests.py Fixed #23289 -- Added mock as a test dependency. 2014-12-01 16:08:25 -05: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/.