Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/str/tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Tweak some examples.Aymeric Augustin2015-08-221-3/+3
| | | | | "Area man/woman" is confusing to people not familiar with the conventions of American journalism (like me).
* Corrected many style guide violations that the newest ↵Alex Gaynor2014-03-301-1/+1
| | | | version of flake8 catches
* Fixed #21198 -- Prevented invalid use of ↵Aymeric Augustin2013-10-131-11/+1
| | | | | | | | @python_2_unicode_compatible. Thanks jpic for the report and chmodas for working on a patch. Reverts 2ea80b94. Refs #19362.
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
| | | | Refs #20680.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+45