An open API service indexing awesome lists of open source software.

https://github.com/fuzeman/pysimplesoap

Repository Moved to https://github.com/pysimplesoap/pysimplesoap
https://github.com/fuzeman/pysimplesoap

Last synced: 2 months ago
JSON representation

Repository Moved to https://github.com/pysimplesoap/pysimplesoap

Awesome Lists containing this project

README

        

Testing
=======

Using Python 2.7+

python -m unittest discover

Using older Python versions

python -m unittest tests/suite.py

Code coverage
-------------

sudo pip install coverage
coverage run tests/suite.py
coverage report -m
coverage html