summaryrefslogtreecommitdiff
path: root/simplejson/tests/__init__.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2015-10-27 08:31:48 -0700
committerBob Ippolito <bob@redivi.com>2015-10-27 08:31:48 -0700
commitb979a80722bfbcecc6cde366449e1e0b605c51b6 (patch)
tree1d977c0ea878cc2ad27aeb14e51cdf0ec5dc9857 /simplejson/tests/__init__.py
parent82fdecb6a892579bde16f43b4b983b9dce6c3643 (diff)
downloadsimplejson-b979a80722bfbcecc6cde366449e1e0b605c51b6.tar.gz
Fix issue with iterable_as_array and indent option, closes #128v3.8.1
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',