This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-04 06:05:02 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
utils_tests
History
Carl Meyer
ca95f8e435
Moved sys.path-extending decorator to django.test.utils and used throughout test suite.
...
Thanks Aymeric for the suggestion.
2014-01-25 22:50:40 -07:00
..
archives
…
eggs
…
files
…
locale/nl
/LC_MESSAGES
…
test_module
…
__init__.py
…
models.py
…
test_archive.py
…
test_autoreload.py
Dropped AppCache._empty, _with_app and _without_app.
2013-12-23 21:37:56 +01:00
test_baseconv.py
…
test_checksums.py
…
test_crypto.py
…
test_datastructures.py
Fixed E127 pep8 warnings.
2013-12-14 11:59:15 -05:00
test_dateformat.py
Fixed
#21756
-- Skipped two timezone-related tests on Windows.
2014-01-12 09:41:57 +01:00
test_dateparse.py
…
test_datetime_safe.py
…
test_decorators.py
…
test_encoding.py
…
test_feedgenerator.py
…
test_functional.py
…
test_html.py
…
test_http.py
…
test_ipv6.py
…
test_itercompat.py
…
test_jslex.py
…
test_module_loading.py
Moved sys.path-extending decorator to django.test.utils and used throughout test suite.
2014-01-25 22:50:40 -07:00
test_no_submodule.py
…
test_numberformat.py
…
test_os_utils.py
…
test_regex_helper.py
…
test_safestring.py
…
test_simplelazyobject.py
…
test_termcolors.py
Fixed E127 pep8 warnings.
2013-12-14 11:59:15 -05:00
test_text.py
…
test_timesince.py
…
test_timezone.py
Imported override_settings from its new location.
2013-12-23 21:37:56 +01:00
test_tzinfo.py
…