Is there a way to pass a set of test environment v...
# clikt
a
Is there a way to pass a set of test environment variables to Clikt for testing? I'd like to test that my Clikt app does the right thing given a certain combo of env vars, options, etc.
It's JVM-only, though. If you need K/N, you'd have to call
setenv
manually in setup/teardown.
a
Thanks! 🙂
181 Views