(cli)
| 140 | |
| 141 | |
| 142 | def 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 | |
| 148 | def test_set_no_file(cli): |
nothing calls this directly
no outgoing calls
no test coverage detected