A test runner for the app's Click commands.
(app)
| 40 | |
| 41 | @pytest.fixture |
| 42 | def runner(app): |
| 43 | """A test runner for the app's Click commands.""" |
| 44 | return app.test_cli_runner() |
| 45 | |
| 46 | |
| 47 | class AuthActions: |
nothing calls this directly
no test coverage detected