The Vulnerability History Project
Vulnerabilities
Insights
Curate
Tags
All
Projects
CWEs
Languages
Lessons
Severities
Subsystems
More
News
Projects We Study
How to Contribute
By the Numbers
About Us
Toggle Theme
Warning: Our website does not support Internet Explorer, please use Edge instead.
Stopped using django.utils.unittest in the test suite.
Refs #20680.
by
Shawn the Jaguar 2013-07-01 12:22:27 UTC
commit cfcf4b3605f9653e4e056088d89932b2a0e4281b
Django
django/contrib/admin/tests.py
+1
-1
django/contrib/admindocs/tests/test_fields.py
+1
-2
django/contrib/auth/tests/test_hashers.py
+2
-3
django/contrib/auth/tests/test_tokens.py
+2
-2
django/contrib/auth/tests/utils.py
+1
-2
django/contrib/formtools/tests/tests.py
+1
-1
django/contrib/gis/gdal/tests/test_driver.py
+2
-3
django/contrib/gis/gdal/tests/test_ds.py
+2
-2
django/contrib/gis/gdal/tests/test_envelope.py
+3
-4
django/contrib/gis/gdal/tests/test_geom.py
+2
-2
django/contrib/gis/gdal/tests/test_srs.py
+2
-3
django/contrib/gis/geoip/tests.py
+2
-3
django/contrib/gis/geos/tests/test_geos.py
+2
-2
django/contrib/gis/geos/tests/test_geos_mutation.py
+2
-2
django/contrib/gis/geos/tests/test_io.py
+1
-1
django/contrib/gis/geos/tests/test_mutable_list.py
+1
-3
django/contrib/gis/tests/distapp/tests.py
+1
-2
django/contrib/gis/tests/geo3d/tests.py
+1
-1
django/contrib/gis/tests/geoadmin/tests.py
+1
-2
django/contrib/gis/tests/geoapp/test_feeds.py
+1
-1
django/contrib/gis/tests/geoapp/test_regress.py
+1
-1
django/contrib/gis/tests/geoapp/test_sitemaps.py
+1
-1
django/contrib/gis/tests/geoapp/tests.py
+1
-1
django/contrib/gis/tests/geogapp/tests.py
+1
-1
django/contrib/gis/tests/inspectapp/tests.py
+1
-1
django/contrib/gis/tests/layermap/tests.py
+3
-3
django/contrib/gis/tests/relatedapp/tests.py
+1
-2
django/contrib/gis/tests/test_geoforms.py
+3
-4
django/contrib/gis/tests/test_measure.py
+1
-2
django/contrib/gis/tests/test_spatialrefsys.py
+1
-2
django/contrib/humanize/tests.py
+1
-1
django/contrib/messages/tests/base.py
+1
-2
django/contrib/messages/tests/test_middleware.py
+1
-2
django/contrib/sessions/tests.py
+1
-1
django/contrib/sitemaps/tests/test_flatpages.py
+1
-2
django/contrib/sitemaps/tests/test_http.py
+1
-1
django/test/runner.py
+2
-2
django/test/testcases.py
+8
-9
docs/topics/testing/advanced.txt
+1
-1
docs/topics/testing/overview.txt
+2
-2
tests/admin_scripts/tests.py
+2
-2
tests/admin_widgets/tests.py
+1
-1
tests/aggregation_regress/tests.py
+1
tests/app_loading/tests.py
+1
-2
tests/bash_completion/tests.py
+1
-1
tests/bug639/tests.py
+1
-1
tests/bug8245/tests.py
+1
-2
tests/builtin_server/tests.py
+1
-1
tests/db_typecasts/tests.py
+1
-1
tests/decorators/tests.py
+1
-1
tests/defaultfilters/tests.py
+1
-2
tests/dispatch/tests/test_dispatcher.py
+1
-1
tests/dispatch/tests/test_saferef.py
+1
-2
tests/file_storage/tests.py
+1
-1
tests/file_uploads/tests.py
+1
-1
tests/files/tests.py
+1
-1
tests/forms_tests/tests/test_validators.py
+1
-2
tests/generic_views/test_base.py
+1
-1
tests/generic_views/test_dates.py
+1
-1
tests/generic_views/test_edit.py
+1
-1
tests/httpwrappers/tests.py
+1
-1
tests/indexes/tests.py
+1
-2
tests/inspectdb/tests.py
+1
-1
tests/introspection/tests.py
+1
-2
tests/invalid_models/tests.py
+2
-1
tests/logging_tests/tests.py
+1
-1
tests/max_lengths/tests.py
+2
-2
tests/middleware/tests.py
+1
-1
tests/model_fields/test_imagefield.py
+1
-1
tests/model_fields/tests.py
+1
-1
tests/model_forms/tests.py
+1
-1
tests/model_forms_regress/tests.py
+1
-1
tests/model_inheritance_regress/tests.py
+2
-2
tests/model_regress/tests.py
+1
-1
tests/modeladmin/tests.py
+1
-2
tests/pagination/tests.py
+1
-1
tests/queries/tests.py
+1
-1
tests/requests/tests.py
+3
-3
tests/resolve_url/tests.py
+1
-2
tests/select_for_update/tests.py
+1
-1
tests/select_related_onetoone/tests.py
+1
-2
tests/serializers/tests.py
+1
-1
tests/serializers_regress/tests.py
+2
-2
tests/settings_tests/tests.py
+1
-2
tests/str/tests.py
+1
-1
tests/template_tests/loaders.py
+3
-4
tests/template_tests/test_callables.py
+1
-2
tests/template_tests/test_context.py
+1
-3
tests/template_tests/test_custom.py
+1
-2
tests/template_tests/test_nodelist.py
+1
-2
tests/template_tests/test_parser.py
+1
-2
tests/template_tests/test_smartif.py
+1
-2
tests/template_tests/test_unicode.py
+1
-2
tests/template_tests/tests.py
+1
-1
tests/test_runner/test_discover_runner.py
+1
-1
tests/test_runner/tests.py
+2
-2
tests/test_suite_override/tests.py
+1
-2
tests/test_utils/tests.py
+2
-3
tests/timezones/tests.py
+1
-1
tests/transactions/tests.py
+1
-1
tests/transactions_regress/tests.py
+1
-2
tests/urlpatterns_reverse/tests.py
+1
-3
tests/utils_tests/test_archive.py
+1
-1
tests/utils_tests/test_baseconv.py
+1
-2
tests/utils_tests/test_crypto.py
+2
-2
tests/utils_tests/test_dateparse.py
+1
-1
tests/utils_tests/test_encoding.py
+1
-2
tests/utils_tests/test_functional.py
+1
-2
tests/utils_tests/test_html.py
+1
-1
tests/utils_tests/test_http.py
+1
-1
tests/utils_tests/test_ipv6.py
+1
-2
tests/utils_tests/test_module_loading.py
+2
-2
tests/utils_tests/test_os_utils.py
+1
-1
tests/utils_tests/test_regex_helper.py
+1
-2
tests/utils_tests/test_simplelazyobject.py
+1
-1
tests/utils_tests/test_termcolors.py
+1
-2
tests/utils_tests/test_timezone.py
+1
-2
tests/utils_tests/test_tzinfo.py
+1
-2
tests/validation/test_error_messages.py
+1
-2
tests/validation/test_unique.py
+1
-1
tests/validators/tests.py
+2
-2
tests/version/tests.py
+1
-1
tests/view_tests/tests/test_debug.py
+1
-1
expand_less