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

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