MCPcopy Create free account
hub / github.com/theskumar/python-dotenv / test_run_with_version

Function test_run_with_version

tests/test_cli.py:236–240  ·  view source on GitHub ↗
(cli)

Source from the content-addressed store, hash-verified

234
235
236def test_run_with_version(cli):
237 result = cli.invoke(dotenv_cli, ['--version'])
238
239 assert result.exit_code == 0
240 assert result.output.strip().endswith(__version__)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected