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

Function test_list_no_file

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

Source from the content-addressed store, hash-verified

51
52
53def test_list_no_file(cli):
54 result = cli.invoke(dotenv.cli.list, [])
55
56 assert (result.exit_code, result.output) == (1, "")
57
58
59def test_get_existing_value(cli, dotenv_file):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected