django/tests
Tim Graham 1c3a6cec2a Refs #28211 -- Added a test for ANDing empty Q()'s.
This test passes to due some logic in Node.add().
2017-05-25 09:02:13 -04:00
..
absolute_url_overrides
admin_autodiscover
admin_changelist
admin_checks
admin_custom_urls
admin_docs
admin_filters
admin_inlines
admin_ordering Replaced type-specific assertions with assertEqual(). 2017-03-17 07:51:48 -04:00
admin_registration
admin_scripts
admin_utils
admin_views
admin_widgets
aggregation
aggregation_regress
annotations
app_loading
apps
auth_tests
backends Refs #27859 -- Added DatabaseWrapper.display_name. 2017-05-23 09:09:35 -04:00
base Refs #23919 -- Removed most of remaining six usage 2017-01-18 21:33:28 +01:00
bash_completion
basic
builtin_server
bulk_create
cache
check_framework
choices
conditional_processing
contenttypes_tests
context_processors
csrf_tests Refs #23919 -- Assumed request COOKIES and META are str 2017-01-30 14:13:29 +01:00
custom_columns
custom_lookups
custom_managers
custom_methods
custom_migration_operations
custom_pk
datatypes
dates
datetimes
db_functions
db_typecasts
dbshell Fixed #27954 -- Allowed keyboard interrupt to abort queries in PostgreSQL dbshell. 2017-04-01 21:01:08 -04:00
decorators
defer Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
defer_regress
delete
delete_regress
deprecation
dispatch
distinct_on_fields
empty
expressions
expressions_case
extra_regress
field_deconstruction
field_defaults
field_subclassing
file_storage Fixed #28224 -- Tested for SuspiciousOperation subclasses in Django's tests. 2017-05-25 08:19:01 -04:00
file_uploads Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). 2017-02-09 09:03:47 -05:00
files
fixtures
fixtures_model_package
fixtures_regress
flatpages_tests
force_insert_update
foreign_object
forms_tests
from_db_value Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
generic_inline_admin
generic_relations
generic_relations_regress Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
generic_views
get_earliest_or_latest Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
get_object_or_404
get_or_create
gis_tests
handlers
httpwrappers
humanize_tests
i18n Fixed #28015 -- Added makemessages --add-location option. 2017-05-22 09:03:53 -04:00
import_error_package
indexes
inline_formsets
inspectdb
introspection
invalid_models_tests
known_related_objects
logging_tests Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). 2017-02-09 09:03:47 -05:00
lookup Fixed #21160 -- Fixed QuerySet.in_bulk() crash on SQLite when requesting more than 999 ids. 2017-03-27 18:43:40 +02:00
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive Refs #23919 -- Removed python_2_unicode_compatible decorator usage 2017-01-18 13:44:34 +01:00
m2m_regress
m2m_signals
m2m_through
m2m_through_regress Refs #23919 -- Removed most of remaining six usage 2017-01-18 21:33:28 +01:00
m2o_recursive
mail
managers_regress
many_to_many
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 Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
messages_tests
middleware
middleware_exceptions
migrate_signals
migration_test_data_persistence
migrations
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 Refs #23919 -- Removed unneeded force_str calls 2017-01-20 08:44:31 +01:00
order_with_respect_to
ordering
pagination
postgres_tests Refs #27996 -- Skipped RandomUUID test on PostgreSQL 9.3. 2017-05-15 09:26:38 -04:00
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
requests
requirements
reserved_names
resolve_url
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 Updated docs after changing select_for_update() to raise NotSupportedError. 2017-04-11 11:52:53 -04:00
select_related Refs #23919 -- Removed python_2_unicode_compatible decorator usage 2017-01-18 13:44:34 +01:00
select_related_onetoone
select_related_regress
serializers
servers Decreased max_length for char fields unless absolutely needed. (#8485) 2017-05-10 17:33:46 +02:00
sessions_tests Converted sessions_tests to use assertIs() rather than assertTrue/False(). 2017-05-03 20:21:39 -04:00
settings_tests
shell Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. 2017-01-20 08:17:20 -05:00
shortcuts
signals
signed_cookies_tests Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
signing
sitemaps_tests
sites_framework
sites_tests
staticfiles_tests
str Refs #23919 -- Removed unneeded str() calls 2017-01-20 14:13:55 +01:00
string_lookup
swappable_models
syndication_tests
template_backends Fixed spelling of "nonexistent". 2017-02-03 08:01:45 -05:00
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
test_client_regress Decoupled test client encoding tests from JSON handling 2017-03-09 22:15:10 +01:00
test_discovery_sample
test_discovery_sample2
test_exceptions
test_runner
test_utils
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 Made runtests.py run gis_tests only when using a GIS database backend. 2017-05-04 20:29:19 -04:00
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/.