| Conditions | 1 |
| Total Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | #!/usr/bin/env python |
||
| 25 | def test_command_line_interface(self): |
||
| 26 | # runner = CliRunner() |
||
| 27 | # result = runner.invoke(cli.main) |
||
| 28 | # assert result.exit_code == 0 |
||
| 29 | # assert 'msquaredc.cli.main' in result.output |
||
| 30 | # help_result = runner.invoke(cli.main, ['--help']) |
||
| 31 | # assert help_result.exit_code == 0 |
||
| 32 | # assert '--help Show this message and exit.' in help_result.output |
||
| 33 | pass |
||
| 34 | |||
| 39 |