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

Function test_get_non_existent_value

tests/test_cli.py:68–71  ·  view source on GitHub ↗
(cli, dotenv_file)

Source from the content-addressed store, hash-verified

66
67
68def test_get_non_existent_value(cli, dotenv_file):
69 result = cli.invoke(dotenv_cli, ['--file', dotenv_file, 'get', 'a'])
70
71 assert (result.exit_code, result.output) == (1, "")
72
73
74def test_get_non_existent_file(cli):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected