1
0
mirror of https://github.com/django/django.git synced 2025-01-10 18:36:05 +00:00
django/tests
2014-11-15 19:47:05 +01:00
..
absolute_url_overrides
admin_autodiscover
admin_changelist
admin_checks
admin_custom_urls
admin_docs
admin_filters
admin_inlines
admin_ordering
admin_registration
admin_scripts
admin_util
admin_validation
admin_views
admin_widgets
aggregation
aggregation_regress
annotations
app_loading
apps
backends
base
bash_completion
basic
builtin_server
bulk_create
cache
check_framework
choices
commands_sql
commands_sql_migrations
conditional_processing
contenttypes_tests Removed unnecessary absolute_imports. 2014-08-25 10:07:14 -04:00
context_processors
createsuperuser
csrf_tests
custom_columns
custom_lookups
custom_managers
custom_methods
custom_migration_operations
custom_pk
datatypes
dates
datetimes
db_typecasts
dbshell
decorators
defaultfilters
defer
defer_regress
delete
delete_regress
deprecation
dispatch
distinct_on_fields
empty
expressions
extra_regress
field_deconstruction
field_defaults
field_subclassing
file_storage
file_uploads
files
fixtures
fixtures_migration
fixtures_model_package
fixtures_regress
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
handlers
http_utils
httpwrappers
i18n
indexes
initial_sql_regress
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
middleware
middleware_exceptions
migrate_signals
migration_test_data_persistence
migrations
migrations2
model_fields
model_forms
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
properties
proxy_model_inheritance
proxy_models
queries
queryset_pickle
raw_query
requests
requirements
reserved_names
resolve_url
responses
reverse_lookup
save_delete_hooks
schema
select_for_update
select_related
select_related_onetoone
select_related_regress
serializers
serializers_regress
servers
settings_tests
signals
signed_cookies_tests
signing
sites_framework
staticfiles_tests
str
string_lookup
swappable_models
syndication_tests
template_tests
templates
test_client
test_client_regress
test_discovery_sample
test_discovery_sample2
test_runner
test_runner_deprecation_app
test_utils
timezones
transactions
unmanaged_models
update
update_only_fields
urlpatterns_reverse
user_commands
utils_tests
validation
validators
version
view_tests
wsgi
.coveragerc
README.rst Added tests/README.rst 2014-11-15 19:47:05 +01:00
runtests.py
test_sqlite.py
urls.py

To run the test suite::

    $ PYTHONPATH=..:$PYTHONPATH ./runtests.py

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