summaryrefslogtreecommitdiff
path: root/tests/i18n/test_percents.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen2019-12-181-22/+22
* Removed default mode='r' argument from calls to open().Jon Dufresne2019-01-271-1/+1
* Capitalized "Python" in docs and comments.Jon Dufresne2018-10-091-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Removed unneeded force_text calls in the test suiteClaude Paroz2017-01-241-2/+1
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-2/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+1
* Removed some blank lines per isort.Tim Graham2016-06-131-1/+0
* Refs #26677 -- Simplified i18n test cleanups.Ramiro Morales2016-06-111-1/+2
* Fixed #26677 -- Converted some i18n tests to use disposable FS tree.Ramiro Morales2016-06-091-2/+2
* Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck2015-08-121-0/+157