/pysimplesoap-mirror

Mirror of pysimplesoap - http://code.google.com/p/pysimplesoap/

Primary LanguagePython

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