django/tests
Marten Kenbeek 1e82094f1b Fixed #21927 -- Made application and instance namespaces more distinct.
Made URL application namespaces be set in the included URLconf and
instance namespaces in the call to include(). Deprecated other ways
to set application and instance namespaces.
2015-06-08 15:12:20 -04:00
..
absolute_url_overrides
admin_autodiscover
admin_changelist Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00
admin_checks
admin_custom_urls Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00
admin_docs Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00
admin_filters
admin_inlines Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00
admin_ordering
admin_registration
admin_scripts
admin_utils Fixed #24474 -- Allowed configuring the admin's empty change list value. 2015-06-04 21:06:26 -04:00
admin_views Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00
admin_widgets Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00
aggregation Fixed #24699 -- Added aggregate support for DurationField on Oracle 2015-05-30 20:41:33 -04:00
aggregation_regress
annotations Fixed #24835 -- Fixed QuerySet.exists() after an annotation with Count() 2015-05-25 20:46:20 -04:00
app_loading
apps Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualified package names. 2015-05-22 11:08:25 -04:00
auth_tests Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00
backends Cleanup: Removed the try-except-fail antipattern from tests 2015-06-05 12:57:20 +03:00
base
bash_completion
basic
builtin_server
bulk_create
cache
check_framework Fixed tests from refs #24922 when run in reverse. 2015-06-08 08:15:41 -04:00
choices
conditional_processing
contenttypes_tests
context_processors
createsuperuser
csrf_tests Fixed #24836 -- Made force_text() resolve lazy objects. 2015-05-27 09:48:53 -04:00
custom_columns
custom_lookups Fixed #24744 - Fixed relabeled_clone for the Transform 2015-06-06 09:04:53 -04:00
custom_managers
custom_methods
custom_migration_operations
custom_pk
datatypes
dates
datetimes
db_functions Fixed tests for refs #24767 on databases that don't support microseconds. 2015-06-08 11:03:10 -04:00
db_typecasts
dbshell
decorators
defer
defer_regress
delete Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted objects. 2015-05-22 13:27:16 -04:00
delete_regress
deprecation
dispatch
distinct_on_fields
empty
expressions Added comment to test_query_clone indicating lack of assert is intentional. 2015-06-05 00:51:49 -04:00
expressions_case Fixed #24924 -- Join promotion for multiple Case expressions 2015-06-05 12:22:43 -04:00
extra_regress
field_deconstruction
field_defaults
field_subclassing
file_storage Fixed #24826 -- Accounted for filesystem-dependent filename max length 2015-05-22 20:06:31 +02:00
file_uploads Refs #24652 -- Fixed a test failure in file_uploads tests on Windows. 2015-05-25 19:09:01 -04:00
files Cleanup: Removed the try-except-fail antipattern from tests 2015-06-05 12:57:20 +03:00
fixtures Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualified package names. 2015-05-22 11:08:25 -04:00
fixtures_model_package
fixtures_regress
flatpages_tests
force_insert_update
foreign_object
forms_tests Fixed #12437 -- Added css_classes to Form._html_output() 2015-06-06 19:23:06 -04:00
from_db_value
generic_inline_admin Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00
generic_relations
generic_relations_regress
generic_views
get_earliest_or_latest
get_object_or_404
get_or_create Refs #22728 - Added missing tests for defaults__exact case 2015-06-05 09:22:49 +01:00
gis_tests Fixed GIS tests broken by 0a89915 2015-06-06 10:30:55 +02:00
handlers
http_utils
httpwrappers
humanize_tests
i18n Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00
import_error_package
indexes
inline_formsets
inspectdb
introspection
invalid_models_tests
known_related_objects
logging_tests
lookup Fixed #22316 -- Added time filters to TimeField on SQLite. 2015-06-04 22:27:13 -04:00
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_regress
m2m_signals
m2m_through
m2m_through_regress
m2o_recursive
mail Cleanup: Removed the try-except-fail antipattern from tests 2015-06-05 12:57:20 +03:00
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 Cleaned up docstring style, per Tim Graham review. 2015-06-03 19:20:12 -06:00
migrations2
model_fields Fixed #24859 -- Made QuerySet.get() with UUIDField raise TypeError on bad value. 2015-06-06 19:46:05 -04:00
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 Added missing tests for transforms usage with subquery for PostgreSQL fields 2015-06-06 09:04:53 -04:00
prefetch_related
project_template
properties
proxy_model_inheritance
proxy_models Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00
queries
queryset_pickle Fixed #24831 -- Fixed pickling queryset with prefetch_related() after deleting objects. 2015-06-02 09:54:53 -04:00
raw_query
redirects_tests
requests
requirements
reserved_names
resolve_url
responses
reverse_lookup
save_delete_hooks
schema Applied db_table conversion to fix schema tests on Oracle. 2015-06-02 19:17:17 -04:00
select_for_update
select_related
select_related_onetoone
select_related_regress
serializers
serializers_regress
servers
sessions_tests Fixed #24915 -- Added stricter session key validation 2015-06-06 20:04:20 -04:00
settings_tests
shortcuts
signals
signed_cookies_tests
signing
sitemaps_tests
sites_framework
sites_tests
staticfiles_tests
str
string_lookup
swappable_models
syndication_tests
template_backends Fixed #17085, #24783 -- Refactored template library registration. 2015-05-21 09:12:06 -05:00
template_loader
template_tests Fixed #23516 -- Added caching of include tag Template objects 2015-06-06 09:25:11 -04:00
templates
test_client
test_client_regress Fixed #24773 -- Added a json() method on test client responses. 2015-05-25 10:42:30 -04:00
test_discovery_sample
test_discovery_sample2
test_exceptions
test_runner
test_runner_deprecation_app
test_utils
timezones Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00
transactions
unmanaged_models
update
update_only_fields
urlpatterns_reverse Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00
user_commands
utils_tests Fixed ImportError message in utils.module_loading.import_string() 2015-06-06 11:45:22 -04:00
validation
validators
version
view_tests Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00
webdesign_tests
wsgi
.coveragerc
README.rst
runtests.py Removed unnecessary postgres logic in runtests.py 2015-06-03 12:20:12 -04:00
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/.