Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 496 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 496 Bytes

apispec SerpycoPlugin

SerpycoPlugin is Serpyco apispec integration plugin. Code of this repository strongly inspired and based on apispec source code here

Install

pip install apispec_serpyco

Tests

To execute tests, be sure to install test tools

pip install -e ".[test]"

To execute tests, run

pytest tests