Diogo Dutra
Diogo Dutra
use many comments as possible 1. With a simple call 2. With a simple sqlalchemy_redis model 3. With two simple sqlalchemy_redis models 4. With three complex sqlalchemy_redis models one without...
Use falcon docs as inspiration Modules (left side menu): * Swagger Models (use examples as submodules) * API / Method / Req / Resp (each is a submodule) * Utils...
uses the the swagger_json property to generate the documentation
The second way is more suitable
The index.md is copied to README.md when the docs are build
The DeserializationError.dict method put the `repr` of the objects that don't have a `__name__` attribute on it's response. This behaviour is wrong and must be changed to only a simple...
The arguments passed to the exception varies depending where the exception is raised on the code. The changes should produce the same arguments types and order for all exception calls.
Bats is a bash tests suite / runner. https://github.com/sstephenson/bats The docs tests are written in bash script, but there is no test suite yet. Acceptance Criteria: - The tests must...