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
- Host: GitHub
- URL: https://github.com/fuzeman/pysimplesoap
- Owner: fuzeman
- Created: 2013-01-03T03:51:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-02T16:51:18.000Z (almost 12 years ago)
- Last Synced: 2025-01-28T05:44:10.225Z (4 months ago)
- Language: Python
- Homepage: https://github.com/pysimplesoap/pysimplesoap
- Size: 455 KB
- Stars: 1
- Watchers: 4
- 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