(cli)
| 234 | |
| 235 | |
| 236 | def test_run_with_version(cli): |
| 237 | result = cli.invoke(dotenv_cli, ['--version']) |
| 238 | |
| 239 | assert result.exit_code == 0 |
| 240 | assert result.output.strip().endswith(__version__) |
nothing calls this directly
no outgoing calls
no test coverage detected