https://github.com/internap/fake-ubersmith
Fake Übersmith python web server
https://github.com/internap/fake-ubersmith
Last synced: 5 months ago
JSON representation
Fake Übersmith python web server
- Host: GitHub
- URL: https://github.com/internap/fake-ubersmith
- Owner: internap
- License: apache-2.0
- Created: 2017-02-15T13:42:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:34:48.000Z (over 3 years ago)
- Last Synced: 2025-08-30T09:39:25.045Z (10 months ago)
- Language: Python
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 7
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/internap/fake-ubersmith)
Fake-ubersmith
=============
This library is a web server representing a fake Übersmith where you can register api calls and response that can be used
for integration test purposes.
# Command line usage
```
pip install fake-ubersmith
fake-ubersmith
```
# Docker usage
```
docker pull internap/fake-ubersmith:latest
docker run -d -p 8000:9131 internap/fake-ubersmith
```
# License
fake-ubersmith is distributed under [Apache License Version 2.0](LICENSE).
# Contributing
Feel free to raise issues and send some pull request, we'll be happy to look at them!