Skip to content

KongJustin/pysimplesoap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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