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.
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
by
Joy the Vervet Monkey 2016-10-27 07:53:39 UTC
commit 321e94fa41b121f65c02119c02098df327bbd569
Django
VCC
Truncating Service CVE-2019-14232
docs/internals/contributing/writing-code/coding-style.txt
-13
tests/admin_changelist/tests.py
+13
-11
tests/admin_checks/tests.py
+5
-4
tests/admin_custom_urls/tests.py
+13
-6
tests/admin_filters/tests.py
+3
-3
tests/admin_inlines/tests.py
+27
-18
tests/admin_ordering/tests.py
+1
-1
tests/admin_scripts/tests.py
+3
-3
tests/admin_utils/tests.py
+4
-4
tests/admin_views/admin.py
+2
tests/admin_views/tests.py
+112
-93
tests/admin_widgets/tests.py
+41
-21
tests/aggregation/tests.py
+6
-5
tests/aggregation_regress/tests.py
+19
-11
tests/annotations/tests.py
+4
-4
tests/apps/tests.py
+3
-3
tests/auth_tests/test_auth_backends.py
+22
-10
tests/auth_tests/test_basic.py
+2
-2
tests/auth_tests/test_context_processors.py
+4
-4
tests/auth_tests/test_decorators.py
+6
-6
tests/auth_tests/test_deprecated_views.py
+2
-2
tests/auth_tests/test_forms.py
+1
-1
tests/auth_tests/test_handlers.py
+5
-4
tests/auth_tests/test_hashers.py
+5
-5
tests/auth_tests/test_mixins.py
+2
-2
tests/auth_tests/test_models.py
+2
tests/auth_tests/test_remote_user.py
+5
-5
tests/auth_tests/test_signals.py
+1
-1
tests/auth_tests/test_tokens.py
+6
-3
tests/auth_tests/test_views.py
+11
-8
tests/backends/tests.py
+36
-22
tests/basic/tests.py
+4
-3
tests/builtin_server/tests.py
+4
-3
tests/cache/tests.py
+24
-22
tests/contenttypes_tests/test_models.py
+13
-10
tests/contenttypes_tests/tests.py
+2
-2
tests/context_processors/tests.py
+1
-1
tests/csrf_tests/tests.py
+19
-18
tests/custom_managers/tests.py
+10
-10
tests/decorators/tests.py
+8
-3
tests/defer/tests.py
+2
-1
tests/delete/tests.py
+1
-1
tests/expressions/tests.py
+6
-6
tests/extra_regress/tests.py
+1
-1
tests/file_storage/tests.py
+6
-7
tests/file_uploads/tests.py
+2
-2
tests/file_uploads/views.py
+2
-1
tests/files/tests.py
+4
-4
tests/fixtures/tests.py
+8
-4
tests/fixtures_regress/tests.py
+12
-8
tests/foreign_object/test_empty_join.py
+1
-1
tests/foreign_object/tests.py
+1
tests/forms_tests/tests/test_forms.py
+10
-10
tests/forms_tests/tests/test_formsets.py
+5
-4
tests/forms_tests/tests/test_input_formats.py
+72
-72
tests/forms_tests/tests/test_media.py
+1
-1
tests/forms_tests/tests/test_utils.py
+1
-1
tests/forms_tests/tests/test_widgets.py
+1
-1
tests/forms_tests/tests/tests.py
+3
-3
tests/forms_tests/widget_tests/test_nullbooleanselect.py
+2
-1
tests/generic_inline_admin/tests.py
+4
-4
tests/generic_relations/tests.py
+6
-5
tests/generic_relations_regress/tests.py
+9
-5
tests/generic_views/test_base.py
+9
-9
tests/generic_views/test_dates.py
+3
-2
tests/generic_views/test_list.py
+1
-1
tests/get_earliest_or_latest/tests.py
+30
-15
tests/gis_tests/gdal_tests/test_raster.py
+1
-1
tests/gis_tests/geoadmin/tests.py
+1
-1
tests/gis_tests/geoapp/tests.py
+1
-1
tests/gis_tests/gis_migrations/test_commands.py
+6
-4
tests/gis_tests/layermap/tests.py
+1
-1
tests/gis_tests/test_geoforms.py
+1
tests/gis_tests/tests.py
+2
-2
tests/handlers/tests.py
+2
-2
tests/httpwrappers/tests.py
+17
-6
tests/i18n/patterns/tests.py
+4
-3
tests/i18n/test_extraction.py
+8
-6
tests/i18n/test_percents.py
+1
-1
tests/i18n/tests.py
+17
-16
tests/inspectdb/tests.py
+1
-1
tests/introspection/tests.py
+2
-1
tests/invalid_models_tests/test_relative_fields.py
+4
-4
tests/known_related_objects/models.py
+1
-1
tests/logging_tests/tests.py
+12
-9
tests/lookup/tests.py
+10
-7
tests/m2m_recursive/tests.py
+13
-1
tests/m2m_signals/tests.py
+1
-1
tests/m2m_through/tests.py
+1
-1
tests/m2m_through_regress/tests.py
+1
-4
tests/mail/tests.py
+18
-17
tests/many_to_many/tests.py
+6
-6
tests/many_to_one/tests.py
+5
-5
tests/many_to_one_null/tests.py
+1
-1
tests/messages_tests/base.py
+8
-6
tests/messages_tests/test_cookie.py
+9
-8
tests/messages_tests/test_fallback.py
+19
-11
tests/messages_tests/test_session.py
+5
-2
tests/middleware/tests.py
+2
-2
tests/middleware_exceptions/test_legacy.py
+46
-46
tests/migration_test_data_persistence/tests.py
+3
-3
tests/migrations/test_autodetector.py
+43
-37
tests/migrations/test_commands.py
+53
-55
tests/migrations/test_executor.py
+3
-3
tests/migrations/test_graph.py
+2
-2
tests/migrations/test_multidb.py
+1
-1
tests/migrations/test_operations.py
+13
-13
tests/migrations/test_optimizer.py
+4
-4
tests/migrations/test_state.py
+15
-14
tests/model_fields/test_charfield.py
+1
-1
tests/model_fields/test_imagefield.py
+6
-6
tests/model_fields/test_textfield.py
+1
-1
tests/model_fields/test_uuid.py
+1
-1
tests/model_forms/tests.py
+9
-8
tests/model_formsets/tests.py
+4
-4
tests/model_inheritance/tests.py
+7
-5
tests/model_inheritance_regress/models.py
+1
-1
tests/model_inheritance_regress/tests.py
+17
-13
tests/model_regress/tests.py
+9
-3
tests/modeladmin/tests.py
+30
-21
tests/multiple_database/tests.py
+23
-22
tests/no_models/tests.py
+1
-1
tests/one_to_one/tests.py
+9
-5
tests/ordering/tests.py
+5
-3
tests/pagination/tests.py
+5
-4
tests/postgres_tests/test_unaccent.py
+2
-2
tests/prefetch_related/test_prefetch_related_objects.py
+3
-1
tests/prefetch_related/tests.py
+13
-8
tests/queries/tests.py
+17
-16
tests/queryset_pickle/tests.py
+1
-1
tests/raw_query/tests.py
+4
-3
tests/requests/tests.py
+22
-18
tests/resolve_url/tests.py
+17
-14
tests/schema/tests.py
+16
-16
tests/select_for_update/tests.py
+10
-9
tests/serializers/models/data.py
+2
-2
tests/serializers/tests.py
+19
-17
tests/servers/tests.py
+22
-3
tests/sessions_tests/tests.py
+3
-3
tests/settings_tests/tests.py
+2
-2
tests/signals/tests.py
+2
-2
tests/sitemaps_tests/test_http.py
+8
-7
tests/sites_tests/tests.py
+6
-6
tests/staticfiles_tests/test_liveserver.py
+1
-1
tests/staticfiles_tests/test_management.py
+4
-4
tests/staticfiles_tests/test_storage.py
+3
-2
tests/string_lookup/tests.py
+3
-3
tests/swappable_models/tests.py
+2
-2
tests/syndication_tests/tests.py
+12
-11
tests/template_backends/test_django.py
+2
-2
tests/template_tests/filter_tests/test_floatformat.py
+5
-1
tests/template_tests/filter_tests/test_join.py
+2
-1
tests/template_tests/filter_tests/test_timesince.py
+2
-2
tests/template_tests/filter_tests/test_timeuntil.py
+1
-1
tests/template_tests/syntax_tests/test_for.py
+1
-1
tests/template_tests/syntax_tests/test_include.py
+2
-2
tests/template_tests/test_context.py
+1
-1
tests/template_tests/test_custom.py
+4
-7
tests/template_tests/test_engine.py
+2
-2
tests/test_client/tests.py
+28
-12
tests/test_client/views.py
+1
-1
tests/test_client_regress/tests.py
+22
-18
tests/test_runner/test_parallel.py
+1
-1
tests/test_runner/tests.py
+3
-3
tests/test_utils/tests.py
+1
-1
tests/update/tests.py
+5
-5
tests/update_only_fields/tests.py
+1
-1
tests/urlpatterns_reverse/tests.py
+10
-8
tests/user_commands/tests.py
+2
-2
tests/utils_tests/test_autoreload.py
+5
-4
tests/utils_tests/test_datetime_safe.py
+1
-1
tests/utils_tests/test_decorators.py
+5
-3
tests/utils_tests/test_encoding.py
+2
-2
tests/utils_tests/test_feedgenerator.py
+11
-10
tests/utils_tests/test_functional.py
+9
-4
tests/utils_tests/test_html.py
+4
-4
tests/utils_tests/test_text.py
+6
-3
tests/validators/tests.py
+1
-1
tests/view_tests/tests/test_csrf.py
+2
-2
tests/view_tests/tests/test_debug.py
+33
-24
tests/view_tests/tests/test_defaults.py
+2
-1
tests/view_tests/tests/test_specials.py
+3
-2
tests/view_tests/tests/test_static.py
+2
-1
tests/view_tests/views.py
+2
-1
tests/wsgi/tests.py
+3
-2
expand_less