summaryrefslogtreecommitdiff
path: root/simplejson/tests/test_tuple.py
diff options
context:
space:
mode:
Diffstat (limited to 'simplejson/tests/test_tuple.py')
-rw-r--r--simplejson/tests/test_tuple.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/simplejson/tests/test_tuple.py b/simplejson/tests/test_tuple.py
index 92856a7..cff9a75 100644
--- a/simplejson/tests/test_tuple.py
+++ b/simplejson/tests/test_tuple.py
@@ -43,7 +43,3 @@ class TestTuples(unittest.TestCase):
self.assertEqual(
json.dumps(repr(t)),
sio.getvalue())
-
-class TestNamedTuple(unittest.TestCase):
- def test_namedtuple_dump(self):
- pass \ No newline at end of file