Matthias Erll eee34ef64c Fixed #22550 -- Prohibited QuerySet.last()/reverse() after slicing. 11 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 6b4f018b2b Replaced type-specific assertions with assertEqual(). 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 6092ea8fa6 Refs #27804 -- Used subTest() in several tests. 7 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 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 years ago
admin_registration d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
admin_scripts b3e55109bd Improved test coverage for startapp/startproject management commands. 7 years ago
admin_utils 389c3ffc04 Updated tests after French translation update 8 years ago
admin_views 6092ea8fa6 Refs #27804 -- Used subTest() in several tests. 7 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 daf2bd3efe Fixed #28107 -- Disabled grouping of selected primary keys for unmanaged models. 7 years ago
annotations 1d070d027c Fixed #25414 -- Fixed QuerySet.annotate() with pk in values() on MySQL. 8 years ago
app_loading 4e729feaa6 Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 8 years ago
apps 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 years ago
auth_tests eedc88bd4a Fixed #26823 -- Prevented update_last_login signal receiver from crashing if User model doesn't have last_login field. 7 years ago
backends 21046e7773 Fixed #28249 -- Removed unnecessary dict.keys() calls. 7 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 21046e7773 Fixed #28249 -- Removed unnecessary dict.keys() calls. 7 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 21046e7773 Fixed #28249 -- Removed unnecessary dict.keys() calls. 7 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 6092ea8fa6 Refs #27804 -- Used subTest() in several tests. 7 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 6092ea8fa6 Refs #27804 -- Used subTest() in several tests. 7 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 7f8a924b45 Refs #27834 -- Removed Value wrapping from StrIndex's substring param. 8 years ago
db_typecasts 6092ea8fa6 Refs #27804 -- Used subTest() in several tests. 7 years ago
dbshell 66150f7cf6 Fixed #27954 -- Allowed keyboard interrupt to abort queries in PostgreSQL dbshell. 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 d611a89238 Decreased max_length for char fields unless absolutely needed. (#8485) 7 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 f04495521a Fixed #28199 -- Fixed Subquery generating unnecessary/invalid CAST. 7 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 67e1afb4a8 Fixed #28224 -- Tested for SuspiciousOperation subclasses in Django's tests. 7 years ago
file_uploads 21046e7773 Fixed #28249 -- Removed unnecessary dict.keys() calls. 7 years ago
files 789c290150 Fixed #28170 -- Fixed file_move_safe() crash when moving files to a CIFS mount. 7 years ago
fixtures af1fa5e7da Fixed #27978 -- Allowed loaddata to read data from stdin. 7 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 d611a89238 Decreased max_length for char fields unless absolutely needed. (#8485) 7 years ago
forms_tests 84fb50df67 Fixed a forms test after updated translations. 7 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 c2eea61dff Fixed #28209 -- Made date-based generic views return a 404 rather than crash when given an out of range date. 7 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 37ab3c3f9d Fixed #28222 -- Allowed settable properties in QuerySet.update_or_create()/get_or_create() defaults. 7 years ago
gis_tests 9509268cea Refs #23804 -- Improved value validation in GDALRaster.geotransform setter. 7 years ago
handlers 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 years ago
httpwrappers 21046e7773 Fixed #28249 -- Removed unnecessary dict.keys() calls. 7 years ago
humanize_tests c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 years ago
i18n 04ab96ec4f Fixed #28015 -- Added makemessages --add-location option. 7 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 3a5299c19c Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL. 7 years ago
invalid_models_tests 21046e7773 Fixed #28249 -- Removed unnecessary dict.keys() calls. 7 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 21046e7773 Fixed #28249 -- Removed unnecessary dict.keys() calls. 7 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 dd00184892 Fixed #28042 -- Fixed crash when using a two-tuple in EmailMessage's attachments arg. 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 a19b373d89 Changed assertQuerysetEqual()s that use default Model.__str__() to assertSequenceEqual(). 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 21046e7773 Fixed #28249 -- Removed unnecessary dict.keys() calls. 7 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 21046e7773 Fixed #28249 -- Removed unnecessary dict.keys() calls. 7 years ago
migrations2 d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
model_fields a9874d48b1 Fixed #28188 -- Fixed crash when pickling model fields. 7 years ago
model_forms 21046e7773 Fixed #28249 -- Removed unnecessary dict.keys() calls. 7 years ago
model_formsets 21046e7773 Fixed #28249 -- Removed unnecessary dict.keys() calls. 7 years ago
model_formsets_regress d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
model_indexes 3d19d1428a Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models. 8 years ago
model_inheritance d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
model_inheritance_regress 59ab1b2683 Fixed #28210 -- Fixed Model._state.adding on MTI parent model after saving child model. 7 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 6b4f018b2b Replaced type-specific assertions with assertEqual(). 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 a19b373d89 Changed assertQuerysetEqual()s that use default Model.__str__() to assertSequenceEqual(). 8 years ago
one_to_one fce7827101 Fixed #28047 -- Fixed QuerySet.filter() crash when it uses the name of a OneToOneField pk. 8 years ago
or_lookups dc8834cad4 Refs #23919 -- Removed unneeded force_str calls 8 years ago
order_with_respect_to 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 years ago
ordering eee34ef64c Fixed #22550 -- Prohibited QuerySet.last()/reverse() after slicing. 7 years ago
pagination c0f12a098c Fixed #28109 -- Corrected the stack level of unordered queryset pagination warnings. 8 years ago
postgres_tests 650bf6714d Refs #27996 -- Skipped RandomUUID test on PostgreSQL 9.3. 7 years ago
prefetch_related ec05ff086c Refs #25546 -- Added detailed comments for prefetch_related test. 8 years ago
project_template 2ec56bb782 Fixed #26755 -- Fixed test_middleware_classes_headers if Django source isn't writable. 7 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 eee34ef64c Fixed #22550 -- Prohibited QuerySet.last()/reverse() after slicing. 7 years ago
queryset_pickle c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 years ago
raw_query 99df304c85 Fixed #28206 -- Fixed RawQuerySet crash on a model with a mixed case db_column pk on Oracle. 7 years ago
redirects_tests 5f3a689f71 Imported django.http classes instead of django.http. 8 years ago
requests 21046e7773 Fixed #28249 -- Removed unnecessary dict.keys() calls. 7 years ago
requirements 43380e9110 Fixed #27966 -- Bumped required psycopg2 version to 2.5.4. 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 663d1c3160 Simplified schema.tests with assertForeignKeyExists()/assertForeignKeyNotExists(). 7 years ago
select_for_update 2a6b4e6521 Updated docs after changing select_for_update() to raise NotSupportedError. 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 b6d4b6e544 Fixed #28212 -- Allowed customizing the port that LiveServerTestCase uses. 7 years ago
sessions_tests 67702f3505 Converted sessions_tests to use assertIs() rather than assertTrue/False(). 8 years ago
settings_tests 6b4f018b2b Replaced type-specific assertions with assertEqual(). 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 b536dcf656 Fixed #27948 -- Removed incorrect unquote() in static serving views. 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 a7c6c705e8 Fixed #28129 -- Allowed custom template tags to use keyword-only arguments. 7 years ago
templates 1e629928e9 Fixed #27313 -- Allowed overriding admin popup response template. 8 years ago
test_client 21046e7773 Fixed #28249 -- Removed unnecessary dict.keys() calls. 7 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 2dc3280254 Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed. 8 years ago
test_utils 43c65e0eb0 Fixed #28180 -- Numbered queries in assertNumQueries failure output 7 years ago
timezones 6b4f018b2b Replaced type-specific assertions with assertEqual(). 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 21046e7773 Fixed #28249 -- Removed unnecessary dict.keys() calls. 7 years ago
utils_tests 21046e7773 Fixed #28249 -- Removed unnecessary dict.keys() calls. 7 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 2cbb095bec Fixed #28221 -- Fixed plural fallback translations in JavaScriptCatalog view 7 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 4a251f8bce Fixed AppRegistryNotReady error when running gis_tests in isolation on PostGIS. 7 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/.