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
- Fork it ( https://github.com/Yelp/pyramid_mock_server )
- Create your feature branch (git checkout -b my-new-feature)
- Add your modifications
- Commit your changes (git commit -m "Add some feature")
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
License
pyramid_mock_server
is licensed with a BSD 3-Clause License.