summaryrefslogtreecommitdiff
path: root/tests/validation/test_validators.py
AgeCommit message (Collapse)Author
2015-04-28[1.8.x] Fixed #24714 -- Used more specific assertions than assertEqual in tests.Alasdair Nicol
Backport of eaeea6f94701547ce1b50dbcf5cf71460e9e4c91 from master
2013-07-29Removed most of absolute_import importsClaude Paroz
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
2013-04-12Modified validation to work with unittest2 discovery.Preston Timmons