django/tests
John Vandenberg 614ba3ad2d [1.9.x] Fixed quad quoted ("""") docstring starts.
Backport of 9e3f6c7483 from master
2015-10-20 12:20:11 -04:00
..
absolute_url_overrides
admin_autodiscover
admin_changelist [1.9.x] Removed redundancy in admin_changelist tests. 2015-09-25 10:41:08 -04:00
admin_checks Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
admin_custom_urls
admin_docs Removed 'Test that' prefix from admindocs tests. 2015-09-07 15:07:47 -04:00
admin_filters [1.9.x] Fixed #25562 -- Skipped a time dependent admin_filters test on Windows. 2015-10-19 20:27:36 -04:00
admin_inlines Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
admin_ordering
admin_registration
admin_scripts Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
admin_utils Fixed #25348 -- Removed unused gif/png images from contrib.admin. 2015-09-04 08:55:36 -04:00
admin_views [1.9.x] Fixed quad quoted ("""") docstring starts. 2015-10-20 12:20:11 -04:00
admin_widgets Refs #25149 -- Fixed regression in admin datetime widget for timezones on the negative side of UTC. 2015-09-16 13:16:21 -04:00
aggregation Fixed #25377 -- Changed Count queries to execute COUNT(*) instead of COUNT('*'). 2015-09-14 13:41:35 -04:00
aggregation_regress Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
annotations Fixed #24986 -- Added support for annotations in DISTINCT queries. 2015-08-15 08:23:32 -04:00
app_loading
apps Fixed #25246 -- Guarded against duplicate paths in AppConfig. 2015-09-02 15:27:41 -04:00
auth_tests [1.9.x] Refs #16860 -- Fixed password help text when there aren't any validators. 2015-09-28 15:31:18 -04:00
backends [1.9.x] Refs #12118 -- Allowed "mode=memory" in SQLite test database names. 2015-10-06 12:33:21 -04:00
base
bash_completion
basic Tweak some examples. 2015-08-22 20:25:42 +02:00
builtin_server
bulk_create [1.9.x] Fixed #22705 -- Fixed QuerySet.bulk_create() on models without any fields on Oracle. 2015-10-09 14:42:31 -04:00
cache Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
check_framework Refs #23813 -- Moved URLconfs into module and tidied docstrings. 2015-09-21 20:10:33 -04:00
choices
conditional_processing
contenttypes_tests Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
context_processors
createsuperuser Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
csrf_tests Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN. 2015-09-16 12:21:50 -04:00
custom_columns Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
custom_lookups Fixed #24629 -- Unified Transform and Expression APIs 2015-09-21 19:56:24 +10:00
custom_managers Refs #20625 -- Forwardported tests and release notes for queryset chaining fix. 2015-09-17 19:22:53 -04:00
custom_methods Tweak some examples. 2015-08-22 20:25:42 +02:00
custom_migration_operations
custom_pk
datatypes
dates
datetimes
db_functions [1.9.x] Fixed #25517 -- Made Concat function idempotent on SQLite. 2015-10-17 15:56:00 -04:00
db_typecasts Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
dbshell Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00
decorators Fixed #25269 -- Allowed method_decorator() to accept a list/tuple of decorators. 2015-09-18 19:04:29 -04:00
defer
defer_regress [1.9.x] Fixed #25563 -- Cached deferred models in their proxied model's _meta.apps. 2015-10-19 20:13:16 -04:00
delete
delete_regress Changed database connection duplication technique. 2015-09-09 23:03:51 +02:00
deprecation [1.9.x] Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and StringOrigin. 2015-09-29 19:20:11 -04:00
dispatch
distinct_on_fields
empty
expressions [1.9.x] Fixed #25506 -- Allowed filtering over a RawSQL annotation. 2015-10-14 11:24:12 -07:00
expressions_case Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
extra_regress Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
field_deconstruction Refs #24590 -- Ensured isolation between autodetector tests 2015-08-28 10:17:34 +10:00
field_defaults
field_subclassing
file_storage
file_uploads Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
files
fixtures Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
fixtures_model_package
fixtures_regress Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
flatpages_tests Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
force_insert_update
foreign_object [1.9.x] Fixed #25535 -- Made ForeignObject checks less strict. 2015-10-14 05:26:42 -07:00
forms_tests Fixed #25410 -- Fixed empty ClearableFileInput crash on Python 2. 2015-09-23 10:26:19 -04:00
from_db_value
generic_inline_admin Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
generic_relations Renamed descriptor classes for related objects. 2015-09-21 22:20:42 +02:00
generic_relations_regress
generic_views Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
get_earliest_or_latest
get_object_or_404
get_or_create
gis_tests [1.9.x] Fixed #25533 -- Changed datatype mapping for GDALRasters 2015-10-09 16:03:42 +02:00
handlers
http_utils
httpwrappers Fixed #25254 -- Added JsonResponse json_dumps_params parameter. 2015-08-12 10:39:07 -04:00
humanize_tests
i18n Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
import_error_package
indexes
inline_formsets
inspectdb Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
introspection Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
invalid_models_tests [1.9.x] Fixed #25560 -- Made empty string related_name invalid. 2015-10-19 10:11:36 -04:00
known_related_objects
logging_tests Refs #24526 -- Made the django logger handle INFO messages. 2015-09-23 11:33:49 -04:00
lookup Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
m2m_and_m2o
m2m_intermediary
m2m_multiple Tweak some examples. 2015-08-22 20:25:42 +02:00
m2m_recursive
m2m_regress
m2m_signals
m2m_through Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
m2m_through_regress Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
m2o_recursive
mail Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
managers_regress
many_to_many Renamed descriptor classes for related objects. 2015-09-21 22:20:42 +02:00
many_to_one Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
many_to_one_null Renamed descriptor classes for related objects. 2015-09-21 22:20:42 +02:00
max_lengths
messages_tests
middleware Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from reporting 404s when Referer = URL. 2015-08-24 19:35:49 -04:00
middleware_exceptions Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
migrate_signals
migration_test_data_persistence
migrations Fixed #25390 -- Allowed specifying a start migration in squashmigrations 2015-09-19 14:55:34 +10:00
migrations2 Fixed #24743, #24745 -- Optimized migration plan handling 2015-09-19 14:54:53 +10:00
model_fields Fixed #24509 -- Added Expression support to SQLInsertCompiler 2015-09-22 23:35:24 +10:00
model_forms [1.9.x] Fixed #25496 -- Made ModelChoiceField respect prefetch_related(). 2015-10-05 19:19:09 -04:00
model_formsets Fixed #25431 -- Readded inline foreign keys to modelformset instances 2015-09-21 21:30:49 +02:00
model_formsets_regress Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
model_inheritance
model_inheritance_regress Refs #21554 -- Added some assertions to a model_inheritance_regress test. 2015-08-15 19:32:21 -04:00
model_meta Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
model_options
model_package
model_permalink
model_regress
model_validation
modeladmin Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
multiple_database Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
mutually_referential
nested_foreign_keys Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
no_models
null_fk
null_fk_ordering
null_queries
one_to_one [1.9.x] Fixed #14368 -- Allowed setting a reverse OneToOne relation to None. 2015-10-09 10:59:57 -04:00
or_lookups Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
order_with_respect_to Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey. 2015-08-27 09:20:17 -04:00
ordering
pagination
postgres_tests Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
prefetch_related Renamed descriptor classes for related objects. 2015-09-21 22:20:42 +02:00
project_template
properties
proxy_model_inheritance
proxy_models
queries Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
queryset_pickle
raw_query Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
redirects_tests
requests Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
requirements Added a version requirement to mysqlclient in test requirements. 2015-09-17 15:07:26 -04:00
reserved_names
resolve_url
responses
reverse_lookup
save_delete_hooks
schema [1.9.x] Used SchemaEditor.delete_model() for teardown in schema tests. 2015-10-16 09:12:20 -07:00
select_for_update Changed database connection duplication technique. 2015-09-09 23:03:51 +02:00
select_related Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
select_related_onetoone
select_related_regress Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
serializers [1.9.x] Made tests/serializers/models.py a models package 2015-09-26 20:05:23 +02:00
servers
sessions_tests [1.9.x] Fixed quad quoted ("""") docstring starts. 2015-10-20 12:20:11 -04:00
settings_tests Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
shortcuts
signals
signed_cookies_tests
signing
sitemaps_tests
sites_framework Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
sites_tests
staticfiles_tests [1.9.x] Fixed #25346 -- Allowed collectstatic to delete broken symlinks. 2015-10-17 14:14:29 -04:00
str Tweak some examples. 2015-08-22 20:25:42 +02:00
string_lookup
swappable_models
syndication_tests Refs #13110 -- Fixed mistakes in the new multiple enclosure feed tests 2015-09-19 15:54:33 +02:00
template_backends
template_loader
template_tests [1.9.x] Fixed #25423 -- Made error message for unknown template tag more helpful. 2015-10-05 17:33:18 -04:00
templates
test_client Fixed #25424 -- Use force_str for test client URLs. 2015-09-19 15:05:54 +02:00
test_client_regress Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
test_discovery_sample
test_discovery_sample2
test_exceptions
test_runner Refs #14091 -- Fixed connection.queries on SQLite. 2015-09-17 23:01:33 +02:00
test_runner_deprecation_app
test_utils Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
timezones Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
transaction_hooks
transactions Fixed #24921 -- set_autocommit(False) + ORM queries. 2015-09-21 22:21:53 +02:00
unmanaged_models
update
update_only_fields
urlpatterns_reverse Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
user_commands Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
utils_tests [1.9.x] Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model. 2015-10-03 13:01:08 -04:00
validation
validators Fixed #24636 -- Added model field validation for decimal places and max digits. 2015-09-18 14:30:20 -04:00
version
view_tests Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
webdesign_tests
wsgi Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
.coveragerc
README.rst
runtests.py Refs #24526 -- Made the django logger handle INFO messages. 2015-09-23 11:33:49 -04:00
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/.