apidaora icon indicating copy to clipboard operation
apidaora copied to clipboard

Automate docs tests with bats

Open dutradda opened this issue 5 years ago • 0 comments

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 use the coverage command to run the uvicorn server.
  • The bats must be included on Makefile.
  • The coverage must be combined with the unit tests.

dutradda avatar Sep 25 '19 23:09 dutradda