(cli)
| 146 | |
| 147 | |
| 148 | def test_set_no_file(cli): |
| 149 | result = cli.invoke(dotenv_cli, ["--file", "nx_file", "set"]) |
| 150 | |
| 151 | assert result.exit_code == 2 |
| 152 | assert "Missing argument" in result.output |
| 153 | |
| 154 | |
| 155 | def test_get_default_path(tmp_path): |
nothing calls this directly
no outgoing calls
no test coverage detected