wsme/wsme/tests
Stephen Finucane 6f6dbfadef Remove simplejson support
This was allegedly included back when simplejson was more performant
that the 'json' library in Python's library. It's additional complexity
that we simple don't need. Remove it. This also allows us to clean up
the tox file significantly.

Note that we must also rename the 'json' module to 'json_utils', as this
was shadowing a built-in library. This is a latent issue that was
highlighted by removing of 'simplejson' imports.

Change-Id: Id9faa9859993e598e2fd08133de576b740790bf3
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2019-05-02 10:58:12 -06:00
..
__init__.py Renamed EWS to WSME because ews is already taken on pypi 2011-09-18 21:43:51 +02:00
protocol.py Replace deprecated assertEquals with assertEqual 2015-05-13 18:35:41 +02:00
test_api.py Remove simplejson support 2019-05-02 10:58:12 -06:00
test_exc.py pep8 fixes, including a declaration in tox.ini for running flake8 2013-09-05 11:15:27 -04:00
test_protocols.py pep8 fixes, including a declaration in tox.ini for running flake8 2013-09-05 11:15:27 -04:00
test_protocols_commons.py Print exceptions raised from from_param methods 2016-12-23 14:09:16 +02:00
test_restjson.py Remove simplejson support 2019-05-02 10:58:12 -06:00
test_restxml.py Remove simplejson support 2019-05-02 10:58:12 -06:00
test_root.py Multiple protocol accept or content-type matching 2015-04-24 16:19:46 +02:00
test_types.py Fix (some) tests for modern flask and pep8 2018-04-09 13:24:20 +01:00
test_utils.py Fix jenkins failure 2016-03-08 09:40:15 +00:00