summaryrefslogtreecommitdiff
path: root/simplejson/tests/__init__.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2013-02-21 15:13:39 -0800
committerBob Ippolito <bob@redivi.com>2013-02-21 15:13:39 -0800
commitdb53d9a525ea7fec93a00fc17a1e094e821961ad (patch)
tree1bd80ccbcfc4b581cdea292db5e00a9c5ccf066a /simplejson/tests/__init__.py
parent104b40fcf6aa39d9ba7b240c3c528d1f85e86ef2 (diff)
downloadsimplejson-db53d9a525ea7fec93a00fc17a1e094e821961ad.tar.gz
simplejson.tool tests and bugfix for Python 3.x (#60)
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 da21365..61540d5 100644
--- a/simplejson/tests/__init__.py
+++ b/simplejson/tests/__init__.py
@@ -59,6 +59,7 @@ def all_tests_suite():
'simplejson.tests.test_decimal',
'simplejson.tests.test_tuple',
'simplejson.tests.test_namedtuple',
+ 'simplejson.tests.test_tool',
])
suite = additional_tests(suite)
return OptionalExtensionTestSuite([suite])