(cli)
| 220 | |
| 221 | |
| 222 | def test_run_without_cmd(cli): |
| 223 | result = cli.invoke(dotenv_cli, ['run']) |
| 224 | |
| 225 | assert result.exit_code == 2 |
| 226 | assert "Invalid value for '-f'" in result.output |
| 227 | |
| 228 | |
| 229 | def test_run_with_invalid_cmd(cli): |
nothing calls this directly
no outgoing calls
no test coverage detected