jefflester / minitrino

A tool that makes it easy to run modular Trino environments locally.
Apache License 2.0
32 stars 3 forks source link

Improve test quality and coverage #1

Closed jefflester closed 3 years ago

jefflester commented 4 years ago

Tests should be developed and automated for both the CLI and library modules. Tests should also run with each PR to the master branch, and merging should be blocked if the tests fail.

CLI tests should:

Module tests should:

jefflester commented 4 years ago

Major headway made here with the latest PR [#4] and the TravisCI implementation.

jefflester commented 3 years ago

Closing and creating specific issues.