https://github.com/fuzeman/pysimplesoap
Repository Moved to https://github.com/pysimplesoap/pysimplesoap
https://github.com/fuzeman/pysimplesoap
Last synced: 11 months ago
JSON representation
Repository Moved to https://github.com/pysimplesoap/pysimplesoap
- Host: GitHub
- URL: https://github.com/fuzeman/pysimplesoap
- Owner: fuzeman
- Created: 2013-01-03T03:51:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-02T16:51:18.000Z (about 13 years ago)
- Last Synced: 2025-03-23T02:42:32.845Z (over 1 year ago)
- Language: Python
- Homepage: https://github.com/pysimplesoap/pysimplesoap
- Size: 455 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
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