aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/test_traversal.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_traversal.py b/test/test_traversal.py
index 101bb57b1..2987970ba 100644
--- a/test/test_traversal.py
+++ b/test/test_traversal.py
@@ -476,6 +476,8 @@ class TestTraversal(_TestCase):
def test_get_first(self):
self.assertEqual(get_first([{'a': None}, {'a': 'spam'}], 'a'), 'spam')
+
+class TestDictGet(_TestCase):
def test_dict_get(self):
FALSE_VALUES = {
'none': None,