pyramid-mock-server

Create pyramid server that return mocked response from an OpenAPI spec


License
BSD-1-Clause
Install
pip install pyramid-mock-server==1.3.2

Documentation

Build Status Coverage Status Supported Python Versions Latest Released Version

pyramid_mock_server

Auto-create a pyramid app from an API description and json response files.

Documentation

More documentation is available at http://pyramid_mock_server.readthedocs.org

Installation

$ pip install pyramid_mock_server

Development

Code is documented using Sphinx.

Setup

# Run tests
tox

# Install git pre-commit hooks
tox -e pre-commit install

Contributing

  1. Fork it ( https://github.com/Yelp/pyramid_mock_server )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Add your modifications
  4. Commit your changes (git commit -m "Add some feature")
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request

License

pyramid_mock_server is licensed with a BSD 3-Clause License.