django/tests/utils_tests
Reto Aebersold 3ab55c1a8a Fixed #27309 -- Added CallableBool.__hash__(). 2016-10-04 07:44:19 -04:00
..
archives Fixed #22681 -- Made TarArchive recognize leading directories properly. 2014-06-03 12:00:33 -04:00
eggs
files Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
locale/nl/LC_MESSAGES Fixed #9523 -- Restart runserver after translation MO files change 2013-11-02 10:29:07 +01:00
test_module Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
__init__.py
models.py Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model. 2015-10-03 13:00:37 -04:00
test_archive.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
test_autoreload.py Made the autoreloader survive all exceptions. 2015-08-29 20:50:00 +02:00
test_baseconv.py Refs #26022 -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
test_crypto.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
test_datastructures.py Fixed #27198 -- Made MultiValueDict.getlist() return a new list to prevent mutation. 2016-09-16 15:16:18 -04:00
test_dateformat.py Fixed #26281 -- Added a helpful error message for an invalid format specifier to dateformat.format(). 2016-04-20 20:13:52 -04:00
test_dateparse.py Fixed #26747 -- Used more specific assertions in the Django test suite. 2016-06-16 14:19:18 -04:00
test_datetime_safe.py Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
test_decorators.py Fixed #24965 -- Made LiveServerTestCase.live_server_url accessible from class 2015-06-12 17:44:54 -04:00
test_deprecation.py Fixed #27309 -- Added CallableBool.__hash__(). 2016-10-04 07:44:19 -04:00
test_duration.py Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder. 2016-07-14 13:34:15 -04:00
test_encoding.py Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
test_feedgenerator.py Fixed #26747 -- Used more specific assertions in the Django test suite. 2016-06-16 14:19:18 -04:00
test_functional.py Removed usage of a few deprecated unittest assertions. 2016-06-14 09:03:12 -04:00
test_glob.py Fixed #24978 -- Escaped special characters in loaddata fixture paths 2015-06-13 19:45:05 -04:00
test_html.py Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy(). 2015-12-12 14:46:48 -05:00
test_http.py Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. 2016-09-17 15:44:06 -04:00
test_inspect.py Fixed #26747 -- Used more specific assertions in the Django test suite. 2016-06-16 14:19:18 -04:00
test_ipv6.py Fixed typos in tests/utils_tests/test_ipv6.py test names. 2016-03-23 08:22:17 -04:00
test_itercompat.py
test_jslex.py Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. 2016-09-17 15:44:06 -04:00
test_lazyobject.py Made miscellaneous code cleanups 2016-07-21 10:08:19 -04:00
test_lorem_ipsum.py Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
test_module_loading.py Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as appropriate. 2016-01-29 13:37:33 -05:00
test_no_submodule.py
test_numberformat.py Cosmetic cleanups in tests/utils_tests/test_numberformat.py 2016-01-29 10:36:58 -05:00
test_os_utils.py Removed redundant numbered parameters from str.format(). 2014-12-03 14:27:38 -05:00
test_regex_helper.py Stopped using django.utils.unittest in the test suite. 2013-07-01 14:29:33 +02:00
test_safestring.py Fixed #10107 -- Allowed using mark_safe() as a decorator. 2016-06-07 12:24:03 -04:00
test_simplelazyobject.py Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject. 2014-03-13 10:03:01 +01:00
test_termcolors.py Fixed #26747 -- Used more specific assertions in the Django test suite. 2016-06-16 14:19:18 -04:00
test_text.py Fixed #26866 -- Added format_lazy function 2016-08-24 18:18:17 +02:00
test_timesince.py Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
test_timezone.py Refs #27025 -- Fixed a timezone test for Python 3.6. 2016-09-17 15:44:06 -04:00
test_tree.py Fixed #22531 -- Added tree.Node.__repr__ and tests for the class. 2014-05-16 09:30:25 -04:00