Bo Marchman 7a7b331cd5 Fixed #27882 -- Allowed {% cache %} to cache indefinitely. 8 years ago
..
absolute_url_overrides 60586dd737 Fixed #26125 -- Fixed E731 flake warnings. 9 years ago
admin_autodiscover 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
admin_changelist d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
admin_checks 29f607927f Fixed spelling of "nonexistent". 8 years ago
admin_custom_urls d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
admin_docs c37ec5a659 Fixed #27781 -- Made simplify_regex() remove outstanding '?' characters. 8 years ago
admin_filters d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
admin_inlines d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
admin_ordering d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
admin_registration d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
admin_scripts 29f607927f Fixed spelling of "nonexistent". 8 years ago
admin_utils c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 years ago
admin_views e88d2dfcf4 Fixed #27475 -- Fixed NonExistentTimeError crash in ModelAdmin.date_hierarchy. 8 years ago
admin_widgets 2a3a0eb092 Fixed #27905 -- Added RelatedFieldWidgetWrapper.value_omitted_from_data(). 8 years ago
aggregation d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
aggregation_regress 2b281cc35e Refs #23919 -- Removed most of remaining six usage 8 years ago
annotations ac5f886c56 Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash. 8 years ago
app_loading 4e729feaa6 Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 8 years ago
apps 110f4bb6a2 Tested AppConfig.__repr__(). 8 years ago
auth_tests 5db465d5a6 Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend. 8 years ago
backends 29ea9714ee Removed PostgreSQL version detection for psycopg2 < 2.0.12. 8 years ago
base 2b281cc35e Refs #23919 -- Removed most of remaining six usage 8 years ago
bash_completion 92053acbb9 Fixed E128 flake8 warnings in tests/. 9 years ago
basic c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 years ago
builtin_server d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
bulk_create dc811cf503 Refs #22144 -- Added test for QuerySet.bulk_create() with long non-ASCII text. 8 years ago
cache 500532c95d Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). 8 years ago
check_framework b23d264046 Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside non-namespaced URLs. 8 years ago
choices f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
conditional_processing d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
contenttypes_tests ab83d4d8fe Added multi_db=True to test cases that access the 'other' db connection. 8 years ago
context_processors ab83d4d8fe Added multi_db=True to test cases that access the 'other' db connection. 8 years ago
csrf_tests c688336ebc Refs #23919 -- Assumed request COOKIES and META are str 8 years ago
custom_columns 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 years ago
custom_lookups d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
custom_managers d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
custom_methods f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
custom_migration_operations 862ea825b5 Fixed #24093 -- Prevented MigrationWriter to write operation kwargs that are not explicitly deconstructed 10 years ago
custom_pk d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
datatypes d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 8 years ago
dates f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
datetimes f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
db_functions b625907a79 Fixed #27834 -- Added StrIndex database function. 8 years ago
db_typecasts 2b281cc35e Refs #23919 -- Removed most of remaining six usage 8 years ago
dbshell 7aba69145d Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. 8 years ago
decorators 29f607927f Fixed spelling of "nonexistent". 8 years ago
defer d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
defer_regress f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
delete 2b281cc35e Refs #23919 -- Removed most of remaining six usage 8 years ago
delete_regress d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
deprecation d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
dispatch cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 years ago
distinct_on_fields 289fc1bfa5 Refs #23919 -- Removed str_prefix usage 8 years ago
empty f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 years ago
expressions f48bc7c3db Fixed #27862 -- Fixed incorrectly quoted table aliases in Subquery SQL. 8 years ago
expressions_case d170c63351 Refs #23919 -- Removed misc references to Python 2. 8 years ago
extra_regress 8838d4dd49 Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 8 years ago
field_deconstruction 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 years ago
field_defaults 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 years ago
field_subclassing d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
file_storage 9cbf48693d Refs #27836 -- Fixed cleanup exception in file_storage test. 8 years ago
file_uploads 500532c95d Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). 8 years ago
files 500532c95d Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). 8 years ago
fixtures 29f607927f Fixed spelling of "nonexistent". 8 years ago
fixtures_model_package f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
fixtures_regress 29f607927f Fixed spelling of "nonexistent". 8 years ago
flatpages_tests c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 years ago
force_insert_update d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
foreign_object d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
forms_tests 540ae68a5c Fixed #27920 -- Restored empty RadioSelect choice producing value="" 8 years ago
from_db_value d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
generic_inline_admin cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 years ago
generic_relations 4d6584000a Refs #27745 -- Improved test coverage of contrib.contenttypes. 8 years ago
generic_relations_regress d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
generic_views fede65260a Fixed #26911 -- Removed NoReverseMatch silencing in RedirectView. 8 years ago
get_earliest_or_latest d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
get_object_or_404 d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
get_or_create 042b7350a0 Refs #23919 -- Removed unneeded str() calls 8 years ago
gis_tests 6f913c0305 Refs #27788 -- Removed Oracle 11 workarounds in GIS tests. 8 years ago
handlers 2f10216f84 Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash. 8 years ago
httpwrappers 500532c95d Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). 8 years ago
humanize_tests c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 years ago
i18n 784a53beef Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs." 8 years ago
import_error_package c0cc8f69e7 Refactored tests that rely on an ImportError for Python 3.5 compatibility 10 years ago
indexes d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
inline_formsets d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
inspectdb 2366100872 Removed unneeded force_text calls in the test suite 8 years ago
introspection b008f7cc56 Fixed #27135 -- Made index introspection return Index.suffix. 8 years ago
invalid_models_tests a452dddb25 Fixed #27904 -- Added a system check that Field.validators are callable. 8 years ago
known_related_objects d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
logging_tests 500532c95d Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). 8 years ago
lookup 29f607927f Fixed spelling of "nonexistent". 8 years ago
m2m_and_m2o d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 8 years ago
m2m_intermediary 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 years ago
m2m_multiple f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
m2m_recursive f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
m2m_regress f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
m2m_signals f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
m2m_through f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
m2m_through_regress 2b281cc35e Refs #23919 -- Removed most of remaining six usage 8 years ago
m2o_recursive f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
mail 8346680e1c Refs #27795 -- Removed unneeded force_text calls 8 years ago
managers_regress d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
many_to_many d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 8 years ago
many_to_one c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 years ago
many_to_one_null f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
max_lengths d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
messages_tests 5f3a689f71 Imported django.http classes instead of django.http. 8 years ago
middleware 500532c95d Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). 8 years ago
middleware_exceptions 5f3a689f71 Imported django.http classes instead of django.http. 8 years ago
migrate_signals cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 years ago
migration_test_data_persistence d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
migrations 8346680e1c Refs #27795 -- Removed unneeded force_text calls 8 years ago
migrations2 d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
model_fields 8346680e1c Refs #27795 -- Removed unneeded force_text calls 8 years ago
model_forms 44f9241c48 Refs #27563 -- Fixed ModelChoiceField.__deepcopy__() so forms don't share a queryset cache. 8 years ago
model_formsets d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
model_formsets_regress d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
model_indexes b008f7cc56 Fixed #27135 -- Made index introspection return Index.suffix. 8 years ago
model_inheritance d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
model_inheritance_regress f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
model_meta 6252fd6314 Fixed #27532 -- Deprecated Model._meta.has_auto_field 8 years ago
model_options d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
model_package d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
model_permalink 0083a4c8e9 Refs #18974 -- Deprecated @models.permalink() decorator. 8 years ago
model_regress d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 8 years ago
modeladmin d82ee32aac Fixed #27889 -- Fixed incorrect check error if ModelAdmin.ordering refers to 'pk'. 8 years ago
multiple_database 8838d4dd49 Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 8 years ago
mutually_referential c2e70f0265 Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 9 years ago
nested_foreign_keys d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
no_models 321e94fa41 Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 8 years ago
null_fk f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
null_fk_ordering f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
null_queries f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
one_to_one d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
or_lookups dc8834cad4 Refs #23919 -- Removed unneeded force_str calls 8 years ago
order_with_respect_to cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 years ago
ordering f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
pagination d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
postgres_tests 8346680e1c Refs #27795 -- Removed unneeded force_text calls 8 years ago
prefetch_related d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
project_template 4e729feaa6 Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 8 years ago
properties d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
proxy_model_inheritance 4e729feaa6 Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 8 years ago
proxy_models d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
queries 9bbb6e2d25 Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet combining. 8 years ago
queryset_pickle c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 years ago
raw_query d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
redirects_tests 5f3a689f71 Imported django.http classes instead of django.http. 8 years ago
requests fee42fd99e Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents 8 years ago
requirements 888c1e9bfe Fixed #27776 -- Merged tests/requirements/base.txt into py3.txt. 8 years ago
reserved_names f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
resolve_url 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 years ago
responses d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
reverse_lookup f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
save_delete_hooks d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
schema 8838d4dd49 Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 8 years ago
select_for_update 7aba69145d Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. 8 years ago
select_related f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
select_related_onetoone f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
select_related_regress 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 years ago
serializers 0595bca221 Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-table inheritance models." 8 years ago
servers e6065c7b83 Fixed #25619 -- Made runserver serve with HTTP 1.1 protocol 8 years ago
sessions_tests d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
settings_tests d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
shell 7aba69145d Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. 8 years ago
shortcuts 7b6e42089c Fixed #25978 -- Deprecated shorcuts.render_to_response(). 8 years ago
signals d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
signed_cookies_tests d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
signing 500532c95d Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). 8 years ago
sitemaps_tests 9f21e35100 Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__(). 8 years ago
sites_framework f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
sites_tests cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 years ago
staticfiles_tests 8e3f9d3ee2 Fixed #27741 -- Isolated TestCollectionHashedFilesCache in a tmpdir. 8 years ago
str 042b7350a0 Refs #23919 -- Removed unneeded str() calls 8 years ago
string_lookup 8346680e1c Refs #27795 -- Removed unneeded force_text calls 8 years ago
swappable_models 7d50d2bcb8 Refs #27790 -- Reverted "Removed available_apps on TestCase subclasses." 8 years ago
syndication_tests d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
template_backends 29f607927f Fixed spelling of "nonexistent". 8 years ago
template_loader 277fe2e8f2 Fixed #25788 -- Enabled the cached template loader if debug is False. 8 years ago
template_tests 7a7b331cd5 Fixed #27882 -- Allowed {% cache %} to cache indefinitely. 8 years ago
templates 1e629928e9 Fixed #27313 -- Allowed overriding admin popup response template. 8 years ago
test_client 1c466994d9 Refs #23919 -- Removed misc Python 2/3 references. 8 years ago
test_client_regress 29592eef19 Decoupled test client encoding tests from JSON handling 8 years ago
test_discovery_sample 032f5a7896 Refs #25735 -- Made @tag decorator importable from django.test. 9 years ago
test_discovery_sample2 e22c64dfc0 Fixed #23742 -- Added an option to reverse tests order. 10 years ago
test_exceptions cfa26f29bd Reduced reduce() usage; refs #23796. 10 years ago
test_runner ab83d4d8fe Added multi_db=True to test cases that access the 'other' db connection. 8 years ago
test_utils 339d526d55 Fixed #27873 -- Fixed crash in setup_test_environment() if ALLOWED_HOSTS is a tuple. 8 years ago
timezones d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
transaction_hooks f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
transactions dfbdba924f Reverted "Refs #16682 -- Tested transaction.atomic() with KeyboardInterrupt." 8 years ago
unmanaged_models f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
update 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 years ago
update_only_fields f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
urlpatterns_reverse 98bcc5d81b Fixed #27367 -- Doc'd and tested reversing of URLs with the same name. 8 years ago
user_commands 7aba69145d Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. 8 years ago
utils_tests 8346680e1c Refs #27795 -- Removed unneeded force_text calls 8 years ago
validation d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
validators 289fc1bfa5 Refs #23919 -- Removed str_prefix usage 8 years ago
version b5f0b3478d Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase. 8 years ago
view_tests 75f0070a54 Fixed #27308 -- Fixed BytesWarnings in the test suite. 8 years ago
wsgi cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 years ago
.coveragerc f6259ce776 Fixed #25209 -- Removed parallel=True coverage option 9 years ago
README.rst 1c466994d9 Refs #23919 -- Removed misc Python 2/3 references. 8 years ago
runtests.py 784a53beef Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs." 8 years ago
test_sqlite.py 23a5ec0782 Added trailing comma. 10 years ago
urls.py 37ea3cb03e Fixed "URLconf" spelling in code comments. 9 years ago

README.rst

To run the test suite, first, create and activate a virtual environment. Then
install some requirements and run the tests::

$ cd tests
$ pip install -e ..
$ pip install -r requirements/py3.txt
$ ./runtests.py

For more information about the test suite, see
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/.