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

Function test_set_non_existent_file

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

Source from the content-addressed store, hash-verified

140
141
142def test_set_non_existent_file(cli):
143 result = cli.invoke(dotenv.cli.set, ["a", "b"])
144
145 assert (result.exit_code, result.output) == (1, "")
146
147
148def test_set_no_file(cli):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected