summaryrefslogtreecommitdiff
path: root/tests/validation/test_validators.py
AgeCommit message (Collapse)Author
2015-04-28Fixed #24714 -- Used more specific assertions than assertEqual in tests.Alasdair Nicol
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