1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/tests/i18n
Ramiro Morales faeeb84edf Fixed #26677 -- Converted some i18n tests to use disposable FS tree.
This allows makemessages/compilemessages tests in `test_extraction.py`
and `test_compilation.py` to actually run isolated from each other
(unaffected by stray FS objects left by cleanup actions failures, debug
sessions, etc.) and to take advantage of the parallel tests execution
feature like most of the Django test suite.

`test_percents.py` gets slightly refactored to not inherit from the new
machinery which sets up every test case to copy and run under a
temporary tree.
2016-06-09 22:03:07 -03:00
..
commands Fixed #26341 (again) -- Addressed multiple occurrences per line use case 2016-05-02 19:39:56 +02:00
contenttypes
exclude
other Fixed #25812 -- Restored the ability to use custom formats with the date template filter. 2015-11-28 08:38:45 -05:00
other2
patterns Fixed #26601 -- Improved middleware per DEP 0005. 2016-05-17 07:22:22 -04:00
project_dir
resolution
sampleproject
__init__.py
forms.py
models.py
test_compilation.py Fixed #26677 -- Converted some i18n tests to use disposable FS tree. 2016-06-09 22:03:07 -03:00
test_extraction.py Fixed #26677 -- Converted some i18n tests to use disposable FS tree. 2016-06-09 22:03:07 -03:00
test_percents.py Fixed #26677 -- Converted some i18n tests to use disposable FS tree. 2016-06-09 22:03:07 -03:00
tests.py Fixed #26705 -- Fixed plural versions of languages not supported by Django. 2016-06-08 16:17:17 -04:00
urls_default_unprefixed.py Fixed #25933 -- Allowed an unprefixed default language in i18n_patterns(). 2016-03-08 08:14:10 -05:00
urls.py