summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_encoding.py
AgeCommit message (Collapse)Author
2013-10-13Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.Aymeric Augustin
Thanks jpic for the report and chmodas for working on a patch. Reverts 2ea80b94. Refs #19362. Conflicts: tests/utils_tests/test_encoding.py
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons