Installing and understanding CLI
YouTube video?
pip install Click
test commands located in the _test/cli/commands folder:
cmd_test.py cmd_cov.py cmd_loc.py cmd_flake8.py cmd_routes.py cmd_secret.py
cmd_db.py cmd_add.py cmd_stripe.py
To see the root help (from cli) run this from the app folder on linux: snakeeyes
For individual test run the appropriate command: snakeeyes test snakeeyes cov etc