Tests: suppress the OPENFN_REPO_DIR env var warning #846
Labels
good first issue
Good for newcomers
tech debt
Non-critical, invisible code issues that ought to be addressed
The CLI tests don't set the OPENFN_REPO_DIR env var
That means that each test logs a warning:
This happens before the CLI has created a logger, so we can't put a mock logger here to test or suppress this is message. And while this logging doesn't actually matter, it is pretty annoying.
Options:
--no-warnings
tmp
dir being used for the repo, and would prefer users set a sensible location on their machineThe text was updated successfully, but these errors were encountered: