(cli)
| 51 | |
| 52 | |
| 53 | def test_list_no_file(cli): |
| 54 | result = cli.invoke(dotenv.cli.list, []) |
| 55 | |
| 56 | assert (result.exit_code, result.output) == (1, "") |
| 57 | |
| 58 | |
| 59 | def test_get_existing_value(cli, dotenv_file): |
nothing calls this directly
no outgoing calls
no test coverage detected