summaryrefslogtreecommitdiff
path: root/tests/i18n/test_compilation.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-06-11Fixed #36421 -- Made test_msgfmt_error_including_non_ascii compatible with ms...Jericho Serrano
2025-01-23Fixed #36010 -- Avoided touching mo files while checking writability.Claude Paroz
2024-08-30Dropped safeguards against very old versions of gettext.Claude Paroz
2023-11-13Fixed #34952 -- Copied dir list when processing locale folders to avoid missi...Andrew Cordery
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-05-26Fixed #32762 -- Fixed locale reset in compilemessages test.Nilo César Teixeira
2020-06-22Fixed #31692 -- Prevented unneeded .po file compilation.Claude Paroz
2020-06-22Refs #31692 -- Updated compilemessages and tests to use pathlib.Claude Paroz
2020-04-20Disabled management commands output with verbosity 0 in various tests.François Freitag
2019-11-07Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne
2019-08-23Replaced subprocess commands by run() wherever possible.Claude Paroz
2019-01-28Fixed #29973 -- Added compilemessages --ignore option.rsiemens
2018-06-13Fixed #24384 -- Allowed compilemessages to continue running after nonfatal er...Claude Paroz
2017-06-01Sorted imports per isort 4.2.9.Tim Graham
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-24Removed unneeded force_text calls in the test suiteClaude Paroz
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-20Refs #23919 -- Removed unneeded str() callsClaude Paroz
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-08-16Replaced 'raise SkipTest' with self.skipTest() in a few tests.Tim Graham
2016-06-11Refs #26677 -- Simplified i18n test cleanups.Ramiro Morales
2016-06-09Fixed #26677 -- Converted some i18n tests to use disposable FS tree.Ramiro Morales
2016-06-01Fixed #26692 -- Relaxed an i18n compilemessages test.Ramiro Morales
2016-05-28Fixed #26673 -- Fixed a I18N test case error on Windows+Python 2.7.Ramiro Morales
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-02-23Fixed #26232 -- Fixed Popen mocking environment in i18n testsClaude Paroz
2015-12-13Fixed #25925 -- Forced LANG=C for test_msgfmt_error_including_non_ascii.Sergey Fedoseev
2015-12-04Refs #25677 -- Skipped an i18n test on older gettext versions.Tim Graham
2015-11-19Refs #25677 -- Fixed Python 2 i18n test failure on non-ASCII path.Tim Graham
2015-11-19Fixed #25677 -- Prevented decoding errors in/after Popen callsClaude Paroz
2015-08-12Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck
2015-06-04Fixed #24159 -- Made compilemessages run across all apps.Matthew Somerville
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2014-11-29Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...wrwrwr
2014-11-18Fixed #18714 -- Added 'fuzzy' compilemessages optionAnton Baklanov
2014-05-02Fixed clash caused by the newly introduced -e shorthand for makemessages --ex...Loic Bistuer
2014-04-26Fixed #22328 -- Added --exclude option to compilemessages and makemessages.Ana Krivokapic
2014-02-18Fixed #21732 -- Made compilemessages complain about non-writable locationClaude Paroz
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-11-23Fixed #21488 -- Multiple locales treatment in i18n commands.Ramiro Morales
2013-10-28Rearranged some i18n testsClaude Paroz