django/tests
2019-04-08 22:24:18 +02:00
..
absolute_url_overrides
admin_autodiscover
admin_changelist
admin_checks
admin_custom_urls
admin_default_site
admin_docs
admin_filters
admin_inlines Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit through model from being editable if the user only has the view permission. 2019-03-30 16:49:16 -04:00
admin_ordering
admin_registration Fixed #27360 -- Added app or ModelAdmin details for AreadyRegistered exceptions. 2019-03-25 17:34:53 -04:00
admin_scripts Made startapp/project's overlaying error message use 'app' or 'project'. 2019-03-30 10:14:07 -04:00
admin_utils
admin_views Fixed #30259 -- Fixed crash of admin views when properties don't have admin_order_field attribute. 2019-04-01 15:11:54 +02:00
admin_widgets
aggregation Fixed #30246 -- Reused annotation aliases references in aggregation filters. 2019-03-23 10:11:45 -04:00
aggregation_regress
annotations Refs #29542, #30158 -- Enabled a HAVING subquery filter test on Oracle. 2019-03-21 18:48:41 -04:00
app_loading
apps
auth_tests Fixed #30236 -- Made UsernameField render with autocapitalize="none" HTML attribute. 2019-03-29 15:24:44 +01:00
backends Refs #20010 -- Unified DatabaseOperations.last_executed_query() on Oracle with other db backends. 2019-04-05 21:35:51 +02:00
base
bash_completion
basic
builtin_server
bulk_create
cache
check_framework Fixed #30241 -- Added more system checks of translation settings. 2019-03-28 20:10:50 +01:00
conditional_processing
constraints
contenttypes_tests
context_processors
csrf_tests
custom_columns
custom_lookups
custom_managers
custom_methods
custom_migration_operations
custom_pk
datatypes
dates
datetimes
db_functions Fixed #30271 -- Added the Sign database function. 2019-03-22 12:52:39 +01:00
db_typecasts
db_utils
dbshell
decorators
defer
defer_regress
delete Fixed #30330 -- Fixed setting of primary key to None during fast-delete. 2019-04-08 21:14:00 +02:00
delete_regress
deprecation
dispatch
distinct_on_fields
empty
expressions Fixed #28621 -- Fixed crash of annotations with OuterRef. 2019-03-27 08:24:05 +01:00
expressions_case
expressions_window
extra_regress
field_deconstruction
field_defaults
field_subclassing
file_storage
file_uploads
files
filtered_relation
fixtures
fixtures_model_package
fixtures_regress
flatpages_tests
force_insert_update
foreign_object
forms_tests Used a picklable argument for a subTest. 2019-03-21 13:56:05 -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
gis_tests Fixed #28738 -- Added the GeometryDistance function. 2019-03-20 12:54:42 -04:00
handlers
httpwrappers Fixed #30294 -- Allowed HttpResponse to accept memoryview content. 2019-03-29 09:43:49 -04:00
humanize_tests
i18n
import_error_package
indexes
inline_formsets
inspectdb
introspection
invalid_models_tests Fixed #28431 -- Added a system check for BinaryField to prevent strings defaults. 2019-03-25 20:04:35 +01:00
known_related_objects
logging_tests
lookup Used QuerySet.bulk_create() in lookup.tests. 2019-04-01 10:46:28 +02:00
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_regress
m2m_signals
m2m_through
m2m_through_regress
m2o_recursive
mail
managers_regress
many_to_many
many_to_one
many_to_one_null
max_lengths Fixed #30295 -- Fixed max_lengths.tests.MaxLengthORMTests when run in isolation. 2019-03-28 10:18:30 +01:00
messages_tests
middleware Corrected settings names in SecurityMiddleware tests. 2019-03-20 20:15:34 -04:00
middleware_exceptions
migrate_signals
migration_test_data_persistence
migrations
migrations2
model_fields Removed redundant model field choices tests. 2019-03-23 12:04:39 -04:00
model_forms Fixed #30302 -- Fixed forms.model_to_dict() result if empty list of fields is passed. 2019-04-03 09:05:15 +02:00
model_formsets
model_formsets_regress
model_indexes
model_inheritance
model_inheritance_regress
model_meta
model_options
model_package
model_regress Moved choices inside of a test model per coding style. 2019-03-20 11:05:26 -04:00
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 Fixed #30332 -- Fixed crash of ordering by expressions with params in ArrayAgg and StringAgg. 2019-04-06 14:23:29 +02:00
prefetch_related
project_template
properties
proxy_model_inheritance
proxy_models
queries Refs #29697 -- Added test for excluding m2m intermediary table. 2019-03-30 14:46:59 +01:00
queryset_pickle
raw_query
redirects_tests
requests
requirements
reserved_names
resolve_url
responses
reverse_lookup
save_delete_hooks
schema Fixed #30266 -- Kept a sequence owner when altering an AutoField/BigAutoField on PostgreSQL. 2019-04-08 22:24:18 +02:00
select_for_update
select_related
select_related_onetoone
select_related_regress
serializers Fixed serializers test crash if PyYAML isn't installed. 2019-03-20 09:23:50 -04:00
servers
sessions_tests Fixed #29471 -- Added 'Vary: Cookie' to invalid/empty session cookie responses. 2019-03-21 18:02:49 -04:00
settings_tests
shell
shortcuts
signals
signed_cookies_tests
signing
sitemaps_tests
sites_framework
sites_tests
staticfiles_tests
str
string_lookup
swappable_models
syndication_tests
template_backends
template_loader
template_tests Fixed #29791 -- Made Engine.render_to_string() honor autoescape. 2019-03-25 17:59:07 -04:00
templates
test_client
test_client_regress
test_exceptions
test_runner
test_runner_apps
test_utils
timezones Fixed #28373 -- Used connection timezone instead of UTC when making dates timezone-aware on MySQL, SQLite, and Oracle. 2019-04-08 08:59:17 +02:00
transaction_hooks
transactions
unmanaged_models
update
update_only_fields
urlpatterns
urlpatterns_reverse
user_commands
utils_tests
validation
validators
version
view_tests Fixed #30304 -- Added support for the HttpOnly, SameSite, and Secure flags on language cookies. 2019-04-08 11:26:06 +02:00
wsgi
.coveragerc
README.rst
runtests.py
test_sqlite.py
urls.py

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