diff options
author | Bob Ippolito <bob@redivi.com> | 2013-02-21 15:13:39 -0800 |
---|---|---|
committer | Bob Ippolito <bob@redivi.com> | 2013-02-21 15:13:39 -0800 |
commit | db53d9a525ea7fec93a00fc17a1e094e821961ad (patch) | |
tree | 1bd80ccbcfc4b581cdea292db5e00a9c5ccf066a /simplejson/tests/__init__.py | |
parent | 104b40fcf6aa39d9ba7b240c3c528d1f85e86ef2 (diff) | |
download | simplejson-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__.py | 1 |
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]) |