alexjomin / openapi-parser

Simple and still naive openapi documentation generator from comments of your Go code.
18 stars 8 forks source link

Add Tests before new Features to avoid regression #9

Closed alexjomin closed 6 years ago

alexjomin commented 6 years ago

We really need to add tests before going further with this project.

Actually I work with a test structure in docparser/datatest to produce a versioned openapi.yaml. so I can check there is no regression.