Currently there are no tests for the CLI code, that uses the click library.
The docs for writing tests for click apps is here: https://click.palletsprojects.com/en/stable/testing/
If we ever start relying on the CLI for more than basic testing we should probably actually write some tests.
Currently there are no tests for the CLI code, that uses the
clicklibrary.The docs for writing tests for
clickapps is here: https://click.palletsprojects.com/en/stable/testing/If we ever start relying on the CLI for more than basic testing we should probably actually write some tests.