summaryrefslogtreecommitdiff
path: root/tests/i18n/test_compilation.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-4/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-95/+119
* Fixed #32762 -- Fixed locale reset in compilemessages test.Nilo César Teixeira2021-05-261-1/+1
* Fixed #31692 -- Prevented unneeded .po file compilation.Claude Paroz2020-06-221-0/+10
* Refs #31692 -- Updated compilemessages and tests to use pathlib.Claude Paroz2020-06-221-5/+6
* Disabled management commands output with verbosity 0 in various tests.François Freitag2020-04-201-14/+13
* Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne2019-11-071-0/+9
* Replaced subprocess commands by run() wherever possible.Claude Paroz2019-08-231-2/+2
* Fixed #29973 -- Added compilemessages --ignore option.rsiemens2019-01-281-0/+39
* Fixed #24384 -- Allowed compilemessages to continue running after nonfatal er...Claude Paroz2018-06-131-9/+12
* Sorted imports per isort 4.2.9.Tim Graham2017-06-011-2/+3
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-5/+5
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-3/+3
* Removed unneeded force_text calls in the test suiteClaude Paroz2017-01-241-6/+5
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-1/+2
* Refs #23919 -- Removed unneeded str() callsClaude Paroz2017-01-201-1/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+1
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-13/+6
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Replaced 'raise SkipTest' with self.skipTest() in a few tests.Tim Graham2016-08-161-1/+1
* Refs #26677 -- Simplified i18n test cleanups.Ramiro Morales2016-06-111-45/+4
* Fixed #26677 -- Converted some i18n tests to use disposable FS tree.Ramiro Morales2016-06-091-3/+13
* Fixed #26692 -- Relaxed an i18n compilemessages test.Ramiro Morales2016-06-011-2/+2
* Fixed #26673 -- Fixed a I18N test case error on Windows+Python 2.7.Ramiro Morales2016-05-281-1/+1
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-2/+1
* Fixed #26232 -- Fixed Popen mocking environment in i18n testsClaude Paroz2016-02-231-16/+17
* Fixed #25925 -- Forced LANG=C for test_msgfmt_error_including_non_ascii.Sergey Fedoseev2015-12-131-1/+6
* Refs #25677 -- Skipped an i18n test on older gettext versions.Tim Graham2015-12-041-0/+5
* Refs #25677 -- Fixed Python 2 i18n test failure on non-ASCII path.Tim Graham2015-11-191-1/+1
* Fixed #25677 -- Prevented decoding errors in/after Popen callsClaude Paroz2015-11-191-10/+20
* Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck2015-08-121-25/+0
* Fixed #24159 -- Made compilemessages run across all apps.Matthew Somerville2015-06-041-4/+19
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-6/+7
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-5/+5
* Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...wrwrwr2014-11-291-6/+2
* Fixed #18714 -- Added 'fuzzy' compilemessages optionAnton Baklanov2014-11-181-0/+30
* Fixed clash caused by the newly introduced -e shorthand for makemessages --ex...Loic Bistuer2014-05-021-1/+13
* Fixed #22328 -- Added --exclude option to compilemessages and makemessages.Ana Krivokapic2014-04-261-22/+69
* Fixed #21732 -- Made compilemessages complain about non-writable locationClaude Paroz2014-02-181-0/+14
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* Fixed #21488 -- Multiple locales treatment in i18n commands.Ramiro Morales2013-11-231-5/+5
* Rearranged some i18n testsClaude Paroz2013-10-281-0/+117