[Tests] [Web] Make JSON independent of Web component

* Implement JSONTestCase in test_json_api.py
* Implement WebAPITestCase test case in test_web_api.py
This commit is contained in:
bendikro
2015-12-15 18:26:55 +01:00
parent bcc1db12e5
commit d58960d723
9 changed files with 634 additions and 164 deletions

View File

@ -28,6 +28,7 @@ deps =
pyopenssl
pyxdg
pytest
mock
whitelist_externals = py.test
commands = {envpython} setup.py test