django/tests
Anssi Kääriäinen 068b1e045f Simplified a test by using CapturedQueriesContext 2013-10-05 21:16:09 +03:00
..
admin_changelist
admin_custom_urls Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
admin_docs
admin_filters
admin_inlines
admin_ordering Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
admin_registration Fixed typo in exception message; refs #19414 2013-09-19 06:24:12 -04:00
admin_scripts
admin_util
admin_validation Fixed "indentation is not a multiple of four" pep8 issues. 2013-09-03 14:22:21 -04:00
admin_views Fixed #11277 -- Hid labels of fields with HiddenInput widget in admin forms. 2013-10-04 14:08:06 -04:00
admin_widgets
aggregation
aggregation_regress
app_cache
app_loading Fixed #17667 -- Prevented app loading from skipping nonexistent apps after the first try 2013-08-05 13:34:35 -04:00
backends
base
bash_completion
basic
bug639
bug8245 Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
builtin_server
bulk_create Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
cache Fixed #21125 -- Removed support for cache URI syntax 2013-09-19 10:01:39 -04:00
check
choices
commands_sql
comment_tests Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
conditional_processing
contenttypes_tests Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
context_processors
createsuperuser Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
csrf_tests
custom_columns
custom_columns_regress
custom_managers
custom_managers_regress
custom_methods
custom_pk
datatypes
dates
datetimes
db_backends
db_typecasts
decorators Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
defaultfilters
defer
defer_regress
delete
delete_regress
deprecation
dispatch
distinct_on_fields Fixed #21099 - Skip DistinctOnTests unless backend can_distinct_on_fields 2013-09-12 14:32:23 -04:00
empty Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
expressions
expressions_regress
extra_regress Deprecated SortedDict (replaced with collections.OrderedDict) 2013-08-04 07:09:39 -04:00
field_deconstruction
field_defaults Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
field_subclassing Fixed #12568 -- no error when accessing custom field's descriptor 2013-09-18 10:03:52 +03:00
file_storage
file_uploads
files Fixed #21122 -- Improved clean up of test temp directory on Windows 2013-10-02 09:12:58 -04:00
fixtures
fixtures_model_package
fixtures_regress Fixed #20933 -- Allowed loaddata to load fixtures from relative paths. 2013-08-20 21:25:57 +02:00
force_insert_update Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 09:42:27 +02:00
foreign_object Fixed #20874 -- bump_prefix() in nested subqueries 2013-08-13 14:11:52 +03:00
forms_tests Fixed #20931 -- Fixed select widgets nested choice rendering 2013-09-28 17:25:32 -07:00
generic_inline_admin
generic_relations Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders. 2013-10-04 16:23:06 -04:00
generic_relations_regress
generic_views
get_earliest_or_latest
get_object_or_404 Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
get_or_create
get_or_create_regress Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
handlers Fixed #20530 -- Properly decoded non-ASCII query strings on Python 3. 2013-09-07 11:47:38 -05:00
http_utils Fixed a Python 2.6 regression (GzipFile can't act as a context manager) 2013-05-21 13:18:53 +02:00
httpwrappers Fixed #18403 -- Initialized bad_cookies in SimpleCookie 2013-09-10 08:26:54 -04:00
i18n
indexes
initial_sql_regress
inline_formsets Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
inspectdb Fixed #20439 -- Started deprecation of IPAddressField 2013-09-28 10:55:32 +02:00
introspection
invalid_models
known_related_objects
logging_tests
lookup Added field.attname to Options.name_map 2013-07-31 16:02:36 +03:00
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2m_regress
m2m_signals
m2m_through Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
m2m_through_regress Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
m2o_recursive
mail
managers_regress
many_to_many
many_to_one
many_to_one_null
many_to_one_regress
max_lengths
middleware
middleware_exceptions
migrate_signals Updated syncdb -> migrate in tests. 2013-09-03 11:51:34 -04:00
migrations
model_fields Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders. 2013-10-04 16:23:06 -04:00
model_forms
model_forms_regress Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
model_formsets Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 2013-08-15 19:47:26 -04:00
model_formsets_regress Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
model_inheritance
model_inheritance_regress Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 2013-08-15 19:47:26 -04:00
model_inheritance_same_model_name Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
model_inheritance_select_related
model_package
model_permalink Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
model_regress
model_validation Fixes a Python 3.x regression introduced in a19e9d80 2013-05-18 18:06:31 +02:00
modeladmin
multiple_database
mutually_referential
nested_foreign_keys Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
null_fk
null_fk_ordering
null_queries
one_to_one
one_to_one_regress
or_lookups
order_with_respect_to
ordering Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
pagination
prefetch_related Fixed "indentation is not a multiple of four" pep8 issues. 2013-09-03 14:22:21 -04:00
properties
proxy_model_inheritance
proxy_models Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
queries Simplified a test by using CapturedQueriesContext 2013-10-05 21:16:09 +03:00
queryset_pickle
raw_query Fixed #20895 -- Made check management command warn if a BooleanField does not have a default value 2013-08-15 19:47:26 -04:00
requests Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
requirements
reserved_names Fixed "indentation is not a multiple of four" pep8 issues. 2013-09-03 14:22:21 -04:00
resolve_url
responses
reverse_lookup
reverse_single_related
save_delete_hooks
schema Fixed #21151 -- Bad cleanup in schema M2M repoint test 2013-09-24 11:00:00 +01:00
select_for_update Isolated select_for_update tests a bit more. 2013-09-24 10:29:21 +02:00
select_related
select_related_onetoone
select_related_regress Added default value for a BooleanField in test models 2013-10-01 20:36:06 +03:00
serializers
serializers_regress
servers
settings_tests Fixed test failures on Python 3 - refs #12288 2013-08-09 09:12:15 -04:00
signals
signals_regress Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
signed_cookies_tests
signing
sites_framework
staticfiles_tests Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
str
string_lookup
swappable_models
syndication Fixed #21165 -- Fix test for syndication feed timestamp field on Windows. 2013-10-02 23:29:48 -03:00
tablespaces Updated syncdb -> migrate in tests. 2013-09-03 11:51:34 -04:00
template_tests Fixed #21161 -- Timezone-related tests on Windows. 2013-10-05 18:50:20 +02:00
templates
test_client Fixed #20919 -- Extended assertRedirects to be able to avoid fetching redirect's response. 2013-09-10 12:22:55 -04:00
test_client_regress
test_discovery_sample
test_discovery_sample2
test_runner Fixed #16534 -- Improved ability to customize DiscoverRunner 2013-09-10 09:49:39 -04:00
test_runner_deprecation_app
test_runner_invalid_app
test_suite_override
test_utils
text
timezones Factorized requires_tz_support decorator in test utils 2013-10-01 13:20:41 +02:00
transactions
transactions_regress
unmanaged_models
update Fixed #11521 -- usage of field.attname in .update() 2013-07-31 16:02:36 +03:00
update_only_fields
urlpatterns_reverse Removed a few trailing backslashes. 2013-09-22 14:04:10 +02:00
user_commands
utils_tests Fixed #21161 -- Timezone-related tests on Windows. 2013-10-05 18:50:20 +02:00
validation
validators
version
view_tests Partial revert of 165f44aa. 2013-09-22 14:04:10 +02:00
wsgi
.coveragerc Made coverage ignore files without associated source code. 2013-08-25 22:29:43 -03:00
runtests.py
test_sqlite.py
urls.py Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00