Dummy client for testing.
()
| 7 | |
| 8 | @pytest.fixture(scope='module') |
| 9 | def dc(): |
| 10 | """Dummy client for testing.""" |
| 11 | return AuthenticatedClient('test', 'test', 'test') |
| 12 | |
| 13 | |
| 14 | @pytest.mark.usefixtures('dc') |
nothing calls this directly
no test coverage detected