Claude Paroz c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 yıl önce
..
absolute_url_overrides 60586dd737 Fixed #26125 -- Fixed E731 flake warnings. 9 yıl önce
admin_autodiscover 0ed7d15563 Sorted imports with isort; refs #23860. 10 yıl önce
admin_changelist d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
admin_checks 29f607927f Fixed spelling of "nonexistent". 8 yıl önce
admin_custom_urls d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
admin_docs c37ec5a659 Fixed #27781 -- Made simplify_regex() remove outstanding '?' characters. 8 yıl önce
admin_filters d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
admin_inlines d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
admin_ordering d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
admin_registration d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
admin_scripts 29f607927f Fixed spelling of "nonexistent". 8 yıl önce
admin_utils c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 yıl önce
admin_views d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
admin_widgets 29f607927f Fixed spelling of "nonexistent". 8 yıl önce
aggregation d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
aggregation_regress 2b281cc35e Refs #23919 -- Removed most of remaining six usage 8 yıl önce
annotations ac5f886c56 Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash. 8 yıl önce
app_loading 4e729feaa6 Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 8 yıl önce
apps 110f4bb6a2 Tested AppConfig.__repr__(). 8 yıl önce
auth_tests c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 yıl önce
backends 924af638e4 Fixed #27683 -- Made MySQL default to the read committed isolation level. 8 yıl önce
base 2b281cc35e Refs #23919 -- Removed most of remaining six usage 8 yıl önce
bash_completion 92053acbb9 Fixed E128 flake8 warnings in tests/. 9 yıl önce
basic c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 yıl önce
builtin_server d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
bulk_create ebf34c3cdc Removed unused variables that are overwritten. 8 yıl önce
cache 29f607927f Fixed spelling of "nonexistent". 8 yıl önce
check_framework d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
choices f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
conditional_processing d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
contenttypes_tests 4d6584000a Refs #27745 -- Improved test coverage of contrib.contenttypes. 8 yıl önce
context_processors 321e94fa41 Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 8 yıl önce
csrf_tests c688336ebc Refs #23919 -- Assumed request COOKIES and META are str 8 yıl önce
custom_columns 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 yıl önce
custom_lookups d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
custom_managers d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
custom_methods f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
custom_migration_operations 862ea825b5 Fixed #24093 -- Prevented MigrationWriter to write operation kwargs that are not explicitly deconstructed 10 yıl önce
custom_pk d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
datatypes d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 8 yıl önce
dates f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
datetimes f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
db_functions f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
db_typecasts 2b281cc35e Refs #23919 -- Removed most of remaining six usage 8 yıl önce
dbshell 7aba69145d Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. 8 yıl önce
decorators 29f607927f Fixed spelling of "nonexistent". 8 yıl önce
defer d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
defer_regress f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
delete 2b281cc35e Refs #23919 -- Removed most of remaining six usage 8 yıl önce
delete_regress d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
deprecation d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
dispatch cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 yıl önce
distinct_on_fields 289fc1bfa5 Refs #23919 -- Removed str_prefix usage 8 yıl önce
empty f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 yıl önce
expressions 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 yıl önce
expressions_case d170c63351 Refs #23919 -- Removed misc references to Python 2. 8 yıl önce
extra_regress 8838d4dd49 Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 8 yıl önce
field_deconstruction 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 yıl önce
field_defaults 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 yıl önce
field_subclassing d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
file_storage 29f607927f Fixed spelling of "nonexistent". 8 yıl önce
file_uploads 6478e07a62 Refs #23919 -- Replaced tempfile.mkdtemp() with TemporaryDirectory() context manager. 8 yıl önce
files d170c63351 Refs #23919 -- Removed misc references to Python 2. 8 yıl önce
fixtures 29f607927f Fixed spelling of "nonexistent". 8 yıl önce
fixtures_model_package f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
fixtures_regress 29f607927f Fixed spelling of "nonexistent". 8 yıl önce
flatpages_tests c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 yıl önce
force_insert_update d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
foreign_object d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
forms_tests c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 yıl önce
from_db_value d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
generic_inline_admin cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 yıl önce
generic_relations 4d6584000a Refs #27745 -- Improved test coverage of contrib.contenttypes. 8 yıl önce
generic_relations_regress d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
generic_views d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
get_earliest_or_latest d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
get_object_or_404 d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
get_or_create 042b7350a0 Refs #23919 -- Removed unneeded str() calls 8 yıl önce
gis_tests 8838d4dd49 Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 8 yıl önce
handlers 3f62d20a9b Fixed running TransactionsPerRequestTests in isolation. 8 yıl önce
httpwrappers d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 8 yıl önce
humanize_tests c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 yıl önce
i18n c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 yıl önce
import_error_package c0cc8f69e7 Refactored tests that rely on an ImportError for Python 3.5 compatibility 10 yıl önce
indexes d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
inline_formsets d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
inspectdb 2366100872 Removed unneeded force_text calls in the test suite 8 yıl önce
introspection 7aba69145d Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. 8 yıl önce
invalid_models_tests 29f607927f Fixed spelling of "nonexistent". 8 yıl önce
known_related_objects d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
logging_tests d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
lookup 29f607927f Fixed spelling of "nonexistent". 8 yıl önce
m2m_and_m2o d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 8 yıl önce
m2m_intermediary 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 yıl önce
m2m_multiple f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
m2m_recursive f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
m2m_regress f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
m2m_signals f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
m2m_through f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
m2m_through_regress 2b281cc35e Refs #23919 -- Removed most of remaining six usage 8 yıl önce
m2o_recursive f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
mail c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 yıl önce
managers_regress d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
many_to_many d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 8 yıl önce
many_to_one c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 yıl önce
many_to_one_null f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
max_lengths d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
messages_tests c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 yıl önce
middleware 8838d4dd49 Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 8 yıl önce
middleware_exceptions cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 yıl önce
migrate_signals cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 yıl önce
migration_test_data_persistence d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
migrations c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 yıl önce
migrations2 d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
model_fields 068cd60366 Removed unneeded parentheses in class definitions 8 yıl önce
model_forms 6d8979f4c2 Fixed #27758 -- Reallowed AdvancedModelIterator pattern after template widget rendering. 8 yıl önce
model_formsets d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
model_formsets_regress d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
model_indexes c969b17ad8 Refs #26709 -- Added type check for models.Index fields argument. 8 yıl önce
model_inheritance d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
model_inheritance_regress f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
model_meta 6252fd6314 Fixed #27532 -- Deprecated Model._meta.has_auto_field 8 yıl önce
model_options d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
model_package d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
model_permalink 0083a4c8e9 Refs #18974 -- Deprecated @models.permalink() decorator. 8 yıl önce
model_regress d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 8 yıl önce
modeladmin d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
multiple_database 8838d4dd49 Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 8 yıl önce
mutually_referential c2e70f0265 Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 9 yıl önce
nested_foreign_keys d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
no_models 321e94fa41 Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 8 yıl önce
null_fk f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
null_fk_ordering f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
null_queries f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
one_to_one d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
or_lookups dc8834cad4 Refs #23919 -- Removed unneeded force_str calls 8 yıl önce
order_with_respect_to cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 yıl önce
ordering f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
pagination d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
postgres_tests b5393028bf Fixed #27767 -- Added distinct argument to ArrayAgg. 8 yıl önce
prefetch_related d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
project_template 4e729feaa6 Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 8 yıl önce
properties d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
proxy_model_inheritance 4e729feaa6 Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 8 yıl önce
proxy_models d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
queries 29f607927f Fixed spelling of "nonexistent". 8 yıl önce
queryset_pickle c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 yıl önce
raw_query d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
redirects_tests 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 yıl önce
requests fee42fd99e Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents 8 yıl önce
requirements 888c1e9bfe Fixed #27776 -- Merged tests/requirements/base.txt into py3.txt. 8 yıl önce
reserved_names f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
resolve_url 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 yıl önce
responses d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
reverse_lookup f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
save_delete_hooks d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
schema 8838d4dd49 Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 8 yıl önce
select_for_update 7aba69145d Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. 8 yıl önce
select_related f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
select_related_onetoone f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
select_related_regress 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 yıl önce
serializers c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 yıl önce
servers fee42fd99e Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents 8 yıl önce
sessions_tests d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
settings_tests d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
shell 7aba69145d Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. 8 yıl önce
shortcuts 3380169222 Removed unused view and url from shortcuts tests. 9 yıl önce
signals d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
signed_cookies_tests d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 yıl önce
signing d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 8 yıl önce
sitemaps_tests d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
sites_framework f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
sites_tests cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 yıl önce
staticfiles_tests 8e3f9d3ee2 Fixed #27741 -- Isolated TestCollectionHashedFilesCache in a tmpdir. 8 yıl önce
str 042b7350a0 Refs #23919 -- Removed unneeded str() calls 8 yıl önce
string_lookup f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
swappable_models 7d50d2bcb8 Refs #27790 -- Reverted "Removed available_apps on TestCase subclasses." 8 yıl önce
syndication_tests d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
template_backends 29f607927f Fixed spelling of "nonexistent". 8 yıl önce
template_loader 277fe2e8f2 Fixed #25788 -- Enabled the cached template loader if debug is False. 8 yıl önce
template_tests 7c4289d0b9 Fixed #27783 -- Switched VariableDoesNotExist.__str__() to repr() context. 8 yıl önce
templates 1e629928e9 Fixed #27313 -- Allowed overriding admin popup response template. 8 yıl önce
test_client 1c466994d9 Refs #23919 -- Removed misc Python 2/3 references. 8 yıl önce
test_client_regress c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 yıl önce
test_discovery_sample 032f5a7896 Refs #25735 -- Made @tag decorator importable from django.test. 9 yıl önce
test_discovery_sample2 e22c64dfc0 Fixed #23742 -- Added an option to reverse tests order. 10 yıl önce
test_exceptions cfa26f29bd Reduced reduce() usage; refs #23796. 10 yıl önce
test_runner 29f607927f Fixed spelling of "nonexistent". 8 yıl önce
test_utils d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
timezones d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
transaction_hooks f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
transactions 924af638e4 Fixed #27683 -- Made MySQL default to the read committed isolation level. 8 yıl önce
unmanaged_models f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
update 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 yıl önce
update_only_fields f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 yıl önce
urlpatterns_reverse 29f607927f Fixed spelling of "nonexistent". 8 yıl önce
user_commands 7aba69145d Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. 8 yıl önce
utils_tests c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 yıl önce
validation d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 yıl önce
validators 289fc1bfa5 Refs #23919 -- Removed str_prefix usage 8 yıl önce
version b5f0b3478d Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase. 8 yıl önce
view_tests c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 yıl önce
wsgi cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 yıl önce
.coveragerc f6259ce776 Fixed #25209 -- Removed parallel=True coverage option 9 yıl önce
README.rst 1c466994d9 Refs #23919 -- Removed misc Python 2/3 references. 8 yıl önce
runtests.py 7aba69145d Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. 8 yıl önce
test_sqlite.py 23a5ec0782 Added trailing comma. 10 yıl önce
urls.py 37ea3cb03e Fixed "URLconf" spelling in code comments. 9 yıl önce

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