summaryrefslogtreecommitdiff
path: root/simplejson/tests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'simplejson/tests/__init__.py')
-rw-r--r--simplejson/tests/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/simplejson/tests/__init__.py b/simplejson/tests/__init__.py
index 8c1a4f1..88249d1 100644
--- a/simplejson/tests/__init__.py
+++ b/simplejson/tests/__init__.py
@@ -49,6 +49,7 @@ def all_tests_suite():
'simplejson.tests.test_fail',
'simplejson.tests.test_float',
'simplejson.tests.test_indent',
+ 'simplejson.tests.test_iterable',
'simplejson.tests.test_pass1',
'simplejson.tests.test_pass2',
'simplejson.tests.test_pass3',