Make sure the CLI object's name is the app's name and not the app itself
(test_apps)
| 39 | |
| 40 | |
| 41 | def test_cli_name(test_apps): |
| 42 | """Make sure the CLI object's name is the app's name and not the app itself""" |
| 43 | from cliapp.app import testapp |
| 44 | |
| 45 | assert testapp.cli.name == testapp.name |
| 46 | |
| 47 | |
| 48 | def test_find_best_app(test_apps): |
nothing calls this directly
no outgoing calls
no test coverage detected