forked from npilon/pymockhttpserver
-
Notifications
You must be signed in to change notification settings - Fork 1
A python mock http server for unit-testing web service-dependant software
License
akukday/pymockhttpserver
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
To install from pypi: -easy_install mock_http +pip install mock_http Usage ----- @@ -26,4 +26,4 @@ mock.expects(method=GET, path='/index.html') resp, status = self.http.request( uri = 'http://localhost:%s/index.html' % self.server_port) assert resp['status'] == '200' -assert mock.verify() +assert mock.verify()
About
A python mock http server for unit-testing web service-dependant software
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 100.0%