django/tests
Tim Schneider 3a5299c19c Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL. 2017-05-15 08:33:31 -04:00
..
absolute_url_overrides
admin_autodiscover
admin_changelist
admin_checks
admin_custom_urls
admin_docs
admin_filters
admin_inlines Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
admin_ordering
admin_registration
admin_scripts
admin_utils
admin_views
admin_widgets
aggregation
aggregation_regress
annotations
app_loading
apps
auth_tests Fixed #28207 -- Fixed contrib.auth.authenticate() if multiple auth backends don't accept a request. 2017-05-15 07:48:15 -04:00
backends Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL. 2017-05-06 06:59:04 -04:00
base
bash_completion
basic
builtin_server
bulk_create
cache
check_framework
choices
conditional_processing
contenttypes_tests
context_processors
csrf_tests
custom_columns
custom_lookups
custom_managers
custom_methods
custom_migration_operations
custom_pk
datatypes Refs #23919, #27778 -- Removed obsolete mentions of unicode. 2017-01-26 08:19:27 -05:00
dates
datetimes Refs #23919 -- Removed python_2_unicode_compatible decorator usage 2017-01-18 13:44:34 +01:00
db_functions
db_typecasts Refs #23919 -- Removed most of remaining six usage 2017-01-18 21:33:28 +01:00
dbshell
decorators
defer
defer_regress
delete
delete_regress
deprecation
dispatch
distinct_on_fields Refs #23919 -- Removed str_prefix usage 2017-01-20 15:43:28 +01:00
empty
expressions
expressions_case Refs #23919 -- Removed misc references to Python 2. 2017-01-21 20:02:00 -05:00
extra_regress
field_deconstruction
field_defaults Refs #23919 -- Removed six.<various>_types usage 2017-01-18 20:18:46 +01:00
field_subclassing
file_storage
file_uploads
files
fixtures
fixtures_model_package Refs #23919 -- Removed python_2_unicode_compatible decorator usage 2017-01-18 13:44:34 +01:00
fixtures_regress
flatpages_tests
force_insert_update
foreign_object
forms_tests Fixed #28157 -- Fixed choice ordering in form fields with grouped and non-grouped options. 2017-05-03 07:21:44 -04:00
from_db_value
generic_inline_admin
generic_relations
generic_relations_regress
generic_views
get_earliest_or_latest
get_object_or_404
get_or_create Decreased max_length for char fields unless absolutely needed. (#8485) 2017-05-10 17:33:46 +02:00
gis_tests
handlers
httpwrappers Replaced type-specific assertions with assertEqual(). 2017-03-17 07:51:48 -04:00
humanize_tests
i18n Refs #22654 -- Added additional tests and amended release note. 2017-05-05 18:45:07 -04:00
import_error_package
indexes
inline_formsets
inspectdb
introspection
invalid_models_tests Fixed #28120 -- Checked that CharField.max_length is not a boolean. 2017-04-24 18:49:31 -04:00
known_related_objects
logging_tests
lookup
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_regress
m2m_signals
m2m_through
m2m_through_regress
m2o_recursive
mail Fixed #28042 -- Fixed crash when using a two-tuple in EmailMessage's attachments arg. 2017-04-07 18:02:34 -04:00
managers_regress
many_to_many Refs #23919, #27778 -- Removed obsolete mentions of unicode. 2017-01-26 08:19:27 -05:00
many_to_one Changed assertQuerysetEqual()s that use default Model.__str__() to assertSequenceEqual(). 2017-04-10 08:59:29 -04:00
many_to_one_null
max_lengths
messages_tests
middleware
middleware_exceptions
migrate_signals
migration_test_data_persistence
migrations Refs #22397 -- Removed model in test cleanup 2017-05-09 11:15:41 +02:00
migrations2
model_fields
model_forms
model_formsets
model_formsets_regress
model_indexes
model_inheritance
model_inheritance_regress
model_meta
model_options
model_package
model_permalink
model_regress
modeladmin
multiple_database
mutually_referential
nested_foreign_keys
no_models
null_fk
null_fk_ordering
null_queries
one_to_one
or_lookups
order_with_respect_to
ordering
pagination
postgres_tests
prefetch_related Refs #25546 -- Added detailed comments for prefetch_related test. 2017-05-04 09:19:54 -04:00
project_template
properties
proxy_model_inheritance
proxy_models
queries
queryset_pickle
raw_query
redirects_tests Imported django.http classes instead of django.http. 2017-02-27 14:47:11 -05:00
requests
requirements
reserved_names
resolve_url Refs #23919 -- Removed six.<various>_types usage 2017-01-18 20:18:46 +01:00
responses
reverse_lookup Refs #23919 -- Removed python_2_unicode_compatible decorator usage 2017-01-18 13:44:34 +01:00
save_delete_hooks
schema
select_for_update
select_related
select_related_onetoone
select_related_regress
serializers
servers
sessions_tests Converted sessions_tests to use assertIs() rather than assertTrue/False(). 2017-05-03 20:21:39 -04:00
settings_tests
shell
shortcuts
signals
signed_cookies_tests
signing
sitemaps_tests Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__(). 2017-02-28 11:48:07 -05:00
sites_framework
sites_tests
staticfiles_tests Fixed #27948 -- Removed incorrect unquote() in static serving views. 2017-03-17 07:55:00 -04:00
str
string_lookup Refs #27795 -- Removed unneeded force_text calls 2017-03-04 18:18:21 +01:00
swappable_models
syndication_tests
template_backends
template_loader
template_tests Fixed #28129 -- Allowed custom template tags to use keyword-only arguments. 2017-05-11 10:09:44 -04:00
templates
test_client Refs #23919 -- Removed misc Python 2/3 references. 2017-01-25 13:59:25 -05:00
test_client_regress
test_discovery_sample
test_discovery_sample2
test_exceptions
test_runner
test_utils Replaced type-specific assertions with assertEqual(). 2017-03-17 07:51:48 -04:00
timezones
transaction_hooks
transactions
unmanaged_models
update
update_only_fields
urlpatterns_reverse
user_commands
utils_tests
validation
validators
version
view_tests
wsgi
.coveragerc
README.rst
runtests.py
test_sqlite.py
urls.py

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