0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/tests
2015-03-10 19:24:46 -04:00
..
absolute_url_overrides
admin_autodiscover
admin_changelist Fixed admin selenium tests broken by removal of fixtures. 2015-03-05 17:51:17 -05:00
admin_checks
admin_custom_urls
admin_docs
admin_filters
admin_inlines Fixed admin selenium tests broken by removal of fixtures. 2015-03-05 17:51:17 -05:00
admin_ordering
admin_registration
admin_scripts
admin_utils
admin_views Refs #24461 -- Added test/release notes for XSS issue in ModelAdmin.readonly_fields 2015-03-09 10:12:21 -04:00
admin_widgets Fixed admin selenium tests broken by removal of fixtures. 2015-03-05 17:51:17 -05:00
aggregation
aggregation_regress Fixed #24171 -- Fixed failure with complex aggregate query and expressions 2015-03-09 07:49:23 -04:00
annotations Fixed #24420 -- Allowed ordering by case expressions 2015-03-06 13:30:02 +11:00
app_loading
apps
auth_tests
backends
base
bash_completion
basic
builtin_server
bulk_create
cache
check_framework
choices
conditional_processing
contenttypes_tests
context_processors
createsuperuser
csrf_tests Fixed #21495 -- Added settings.CSRF_HEADER_NAME 2015-03-05 15:03:40 -05:00
custom_columns
custom_lookups
custom_managers
custom_methods
custom_migration_operations
custom_pk
datatypes
dates
datetimes
db_functions
db_typecasts
dbshell
decorators
defer
defer_regress
delete
delete_regress
deprecation
dispatch
distinct_on_fields
empty
expressions Fixed #24171 -- Fixed failure with complex aggregate query and expressions 2015-03-09 07:49:23 -04:00
expressions_case Fixed #24420 -- Allowed ordering by case expressions 2015-03-06 13:30:02 +11:00
extra_regress
field_deconstruction
field_defaults
field_subclassing
file_storage
file_uploads
files
fixtures Prevented some tests from writing in the CWD. 2015-03-07 15:56:15 +01:00
fixtures_model_package
fixtures_regress
flatpages_tests
force_insert_update
foreign_object
forms_tests Fixed #24428 -- Fixed has_changed for fields with coercion 2015-03-05 09:00:13 +01: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
handlers Fixed #23173 -- Fixed incorrect stripping of SCRIPT_URL 2015-03-08 15:48:27 +01:00
http_utils
httpwrappers
humanize_tests
i18n
import_error_package
indexes
inline_formsets
inspectdb
introspection
invalid_models_tests
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
managers_regress
many_to_many
many_to_one
many_to_one_null
max_lengths
messages_tests
middleware
middleware_exceptions
migrate_signals
migration_test_data_persistence
migrations Fixed #23407 -- Extended coverage of makemigrations --noinput option. 2015-03-08 19:44:14 +01:00
migrations2
model_fields
model_forms Updated test to be date-independent 2015-03-05 10:08:39 +01:00
model_formsets
model_formsets_regress
model_inheritance
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
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
schema Fixed #24447 -- Made migrations add FK constraints for existing columns 2015-03-07 14:09:56 +01:00
select_for_update
select_related
select_related_onetoone
select_related_regress
serializers
serializers_regress
servers
sessions_tests
settings_tests
shortcuts
signals
signed_cookies_tests
signing
sitemaps_tests
sites_framework
sites_tests
staticfiles_tests Fixed #23986 -- Fixed collectstatic --clear failure if STATIC_ROOT dir doesn't exist. 2015-03-07 10:47:07 -05:00
str
string_lookup
swappable_models
syndication_tests
template_backends
template_loader
template_tests Fixed #24471 -- Enhanced urlize regex to exclude quotes and angle brackets. 2015-03-10 19:24:46 -04:00
templates
test_client
test_client_regress
test_discovery_sample
test_discovery_sample2
test_exceptions
test_runner
test_runner_deprecation_app
test_utils
timezones
transactions
unmanaged_models
update
update_only_fields
urlpatterns_reverse
user_commands
utils_tests Fixed #24382 -- Allowed unicode chars inside formatted numbers 2015-03-09 18:55:28 +01:00
validation
validators
version
view_tests Fixed #24455 -- Fixed crash in debug view with lazy objects 2015-03-09 20:30:01 -04:00
webdesign_tests
wsgi
.coveragerc
README.rst
runtests.py
test_sqlite.py
urls.py

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