django/tests
Tim Graham 0ed7d15563 Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
..
absolute_url_overrides Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't define get_absolute_url(). 2014-09-09 11:05:31 -04:00
admin_autodiscover Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
admin_changelist Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
admin_checks Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
admin_custom_urls Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
admin_docs Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
admin_filters Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
admin_inlines Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
admin_ordering Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
admin_registration Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
admin_scripts Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
admin_utils Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
admin_views Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
admin_widgets Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
aggregation Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
aggregation_regress Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
annotations Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
app_loading Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
apps Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
backends Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
base Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00
bash_completion Removed support for syncing apps without migrations per deprecation timeline. 2015-01-18 15:58:06 -05:00
basic Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
builtin_server Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
bulk_create Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
cache Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
check_framework Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
choices Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
conditional_processing Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
contenttypes_tests Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
context_processors Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
createsuperuser Made testing of stdout and stderr more consistent. 2014-10-22 09:25:50 +07:00
csrf_tests Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
custom_columns Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
custom_lookups Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
custom_managers Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
custom_methods Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
custom_migration_operations Fixed #24093 -- Prevented MigrationWriter to write operation kwargs that are not explicitly deconstructed 2015-01-07 17:29:20 -07:00
custom_pk Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
datatypes Fixed #23620 -- Used more specific assertions in the Django test suite. 2014-11-03 11:56:37 -05:00
dates Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
datetimes Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
db_functions Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
db_typecasts Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
dbshell Fixed #22646: Added support for the MySQL ssl-ca option to dbshell. 2014-08-13 18:29:42 -04:00
decorators Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
defer Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
defer_regress Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
delete Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
delete_regress Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
deprecation Removed deprecated Chinese language codes; refs #18149. 2015-01-17 11:23:43 -05:00
dispatch Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
distinct_on_fields Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
empty Fixed #23620 -- Used more specific assertions in the Django test suite. 2014-11-03 11:56:37 -05:00
expressions Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
expressions_case Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
extra_regress Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
field_deconstruction Applied ignore_warnings to Django tests 2014-12-30 18:16:25 +01:00
field_defaults Fixed #23620 -- Used more specific assertions in the Django test suite. 2014-11-03 11:56:37 -05:00
field_subclassing Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
file_storage Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
file_uploads Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
files Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
fixtures Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
fixtures_model_package Removed support for custom SQL per deprecation timeline. 2015-01-17 10:16:06 -05:00
fixtures_regress Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
force_insert_update Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
foreign_object Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
forms_tests Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
from_db_value Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
generic_inline_admin Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
generic_relations Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
generic_relations_regress Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
generic_views Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
get_earliest_or_latest Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
get_object_or_404 Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
get_or_create Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
handlers Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
http_utils Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
httpwrappers Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
i18n Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
import_error_package Refactored tests that rely on an ImportError for Python 3.5 compatibility 2015-02-03 18:30:46 -05:00
indexes Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
inline_formsets Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
inspectdb Removed IPAddressField per deprecation timeline; refs #20439. 2015-01-19 11:12:57 -05:00
introspection Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
invalid_models_tests Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
known_related_objects Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
logging_tests Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
lookup Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
m2m_and_m2o Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
m2m_intermediary Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
m2m_multiple Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
m2m_recursive Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
m2m_regress Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
m2m_signals Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
m2m_through Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
m2m_through_regress Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
m2o_recursive Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
mail Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
managers_regress Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
many_to_many Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it. 2015-02-05 12:45:08 +07:00
many_to_one Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
many_to_one_null Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it. 2015-02-05 12:45:08 +07:00
max_lengths Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
middleware Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
middleware_exceptions Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
migrate_signals Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
migration_test_data_persistence Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
migrations Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
migrations2 Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations." 2014-09-24 15:49:30 -04:00
model_fields Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
model_forms Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
model_formsets Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
model_formsets_regress Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
model_inheritance Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
model_inheritance_regress Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
model_meta Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
model_options Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
model_package Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
model_permalink Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
model_regress Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
model_validation Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
modeladmin Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
multiple_database Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
mutually_referential Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
nested_foreign_keys Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
no_models Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00
null_fk Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
null_fk_ordering Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
null_queries Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
one_to_one Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
or_lookups Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
order_with_respect_to Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
ordering Refs #24060 -- Added a test demonstrating reverse order isn't mutable 2015-01-28 10:59:30 +11:00
pagination Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
postgres_tests Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
prefetch_related Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -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 Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
proxy_model_inheritance Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
proxy_models Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
queries Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
queryset_pickle Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
raw_query Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
requests Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
requirements Removed compatibility with Python 3.2. 2015-01-17 09:00:17 -05:00
reserved_names Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
resolve_url Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
responses Fixed #24137 -- Switched to HTTP reason phrases from Python stdlib. 2015-01-28 06:59:40 -05:00
reverse_lookup Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
save_delete_hooks Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
schema Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
select_for_update Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
select_related Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
select_related_onetoone Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
select_related_regress Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
serializers Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
serializers_regress Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
servers Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
settings_tests Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
shortcuts Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
signals Added a test for model pre/post_init signals. 2014-11-21 10:39:37 -05:00
signed_cookies_tests Fixed #23792 -- Added test.utils.freeze_time() context manager. 2014-12-22 07:46:40 -05:00
signing Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
sites_framework Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
staticfiles_tests Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
str Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
string_lookup Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
swappable_models Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
syndication_tests Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
template_backends Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
template_loader Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
template_tests Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
templates Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change(). 2014-11-29 10:31:09 -05:00
test_client Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
test_client_regress Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
test_discovery_sample Made a doctest compatible with Python 2 2014-10-23 11:16:17 +02:00
test_discovery_sample2 Fixed #23742 -- Added an option to reverse tests order. 2014-11-24 19:24:11 -05:00
test_exceptions Reduced reduce() usage; refs #23796. 2014-11-20 14:31:14 -05:00
test_runner Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
test_runner_deprecation_app Avoided changing raw DeprecationWarning filter behavior 2014-03-08 11:13:48 +01:00
test_utils Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
timezones Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
transactions Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
unmanaged_models Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
update Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
update_only_fields Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
urlpatterns_reverse Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
user_commands Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
utils_tests Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
validation Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
validators Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
version Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests. 2014-04-16 20:36:29 -04:00
view_tests Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
wsgi Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
.coveragerc Removed FastCGI support per deprecation timeline; refs #20766. 2015-01-17 08:32:31 -05:00
README.rst Fixed #23289 -- Added mock as a test dependency. 2014-12-01 16:08:25 -05:00
runtests.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
test_sqlite.py Added trailing comma. 2015-02-06 12:58:45 +01:00
urls.py Fixed #22218 -- Deprecated django.conf.urls.patterns. 2014-04-03 07:28:10 -04:00

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