internap / fake-ubersmith

Fake Übersmith python web server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

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.

Contributing

Feel free to raise issues and send some pull request, we'll be happy to look at them!

About

Fake Übersmith python web server

License:Apache License 2.0


Languages

Language:Python 99.6%Language:Dockerfile 0.4%