()
| 92 | |
| 93 | @pytest.fixture(scope="function") |
| 94 | def manager(): |
| 95 | return ThreadedWebsocketManager( |
| 96 | api_key="test_key", api_secret="test_secret", https_proxy=proxy, testnet=True |
| 97 | ) |
| 98 | |
| 99 | |
| 100 | @pytest.fixture(autouse=True, scope="function") |
nothing calls this directly
no test coverage detected
searching dependent graphs…