django/tests
Tobias McNulty c7b1b81352 Fixed #26666 -- Added more useful error message to assertRedirects 2016-06-02 14:43:31 -07:00
..
absolute_url_overrides Fixed #26125 -- Fixed E731 flake warnings. 2016-01-25 14:23:43 -05:00
admin_autodiscover
admin_changelist
admin_checks
admin_custom_urls
admin_docs
admin_filters
admin_inlines Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
admin_ordering
admin_registration
admin_scripts
admin_utils
admin_views
admin_widgets Fixed #26612 -- Fixed SelectFilter2 buttons changing URL. 2016-05-13 09:06:20 -04:00
aggregation
aggregation_regress
annotations
app_loading
apps
auth_tests
backends Removed an obsolete comment about a fixed ticket. 2016-05-21 15:42:38 -04:00
base
bash_completion
basic
builtin_server
bulk_create Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its objects. 2016-03-02 14:29:09 -05:00
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 Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
dates
datetimes
db_functions Fixed #25774 -- Refactor datetime expressions into public API 2016-05-18 20:14:58 +10:00
db_typecasts
dbshell
decorators
defer
defer_regress
delete
delete_regress
deprecation
dispatch Used assertIsInstance in tests. 2015-04-27 08:40:36 -04:00
distinct_on_fields
empty
expressions
expressions_case
extra_regress
field_deconstruction
field_defaults
field_subclassing Removed SubfieldBase per deprecation timeline. 2015-09-23 19:31:09 -04:00
file_storage
file_uploads
files
fixtures
fixtures_model_package
fixtures_regress
flatpages_tests
force_insert_update
foreign_object
forms_tests
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 #26675 -- Dropped support for PostgreSQL 9.2/PostGIS 2.0. 2016-06-01 07:45:22 -04:00
handlers Fixed #26601 -- Improved middleware per DEP 0005. 2016-05-17 07:22:22 -04:00
http_utils
httpwrappers
humanize_tests
i18n
import_error_package
indexes
inline_formsets
inspectdb
introspection Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
invalid_models_tests
known_related_objects
logging_tests
lookup
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_regress Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set. 2015-10-27 07:57:15 -04:00
m2m_signals
m2m_through
m2m_through_regress
m2o_recursive
mail
managers_regress
many_to_many
many_to_one
many_to_one_null
max_lengths
messages_tests
middleware
middleware_exceptions Refs #26601 -- Deprecated old-style middleware. 2016-05-17 07:22:26 -04:00
migrate_signals
migration_test_data_persistence
migrations
migrations2
model_fields
model_forms Fixed docstring typos. 2016-05-02 11:43:03 -04:00
model_formsets
model_formsets_regress
model_inheritance Avoided uncessary table creation in model_inheritance tests. 2016-05-31 15:15:54 -04:00
model_inheritance_regress
model_meta
model_options
model_package
model_permalink
model_regress
model_validation
modeladmin
multiple_database
mutually_referential
nested_foreign_keys
no_models Refs #24652 -- Used SimpleTestCase where appropriate. 2015-05-20 13:46:13 -04:00
null_fk
null_fk_ordering
null_queries
one_to_one
or_lookups
order_with_respect_to
ordering
pagination
postgres_tests
prefetch_related
project_template
properties
proxy_model_inheritance
proxy_models
queries
queryset_pickle
raw_query
redirects_tests
requests
requirements
reserved_names
resolve_url
responses
reverse_lookup
save_delete_hooks Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
schema
select_for_update
select_related
select_related_onetoone
select_related_regress
serializers
servers
sessions_tests
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
templates
test_client
test_client_regress
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
test_sqlite.py
urls.py

README.rst

To run the test suite::

    $ cd tests
    $ pip install -r requirements/py3.txt  # or py2.txt
    $ PYTHONPATH=..:$PYTHONPATH ./runtests.py

For more information about the test suite, see
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/.