summaryrefslogtreecommitdiff
path: root/tests/validation/test_validators.py
AgeCommit message (Expand)Author
2016-04-22Fixed #26528 -- Allowed any iterable (e.g. tuple) as validators kwarg for for...Loïc Bistuer
2015-04-28Fixed #24714 -- Used more specific assertions than assertEqual in tests.Alasdair Nicol
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-04-12Modified validation to work with unittest2 discovery.Preston Timmons