summaryrefslogtreecommitdiff
path: root/tests/i18n/test_percents.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-12-18Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen
2019-01-27Removed default mode='r' argument from calls to open().Jon Dufresne
2018-10-09Capitalized "Python" in docs and comments.Jon Dufresne
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.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-06-13Removed some blank lines per isort.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
2015-08-12Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck