summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_datastructures.py
AgeCommit message (Expand)Author
2013-09-03[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-04-26Fixed #20321 -- Added missing key name in MergeDict KeyError messageClaude Paroz
2013-04-19Fixed #20276 -- Implemented __bool__ for MergeDictAnton Baklanov
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons