Create a BinanceSocketManager using the clientAsync fixture from conftest.
(clientAsync)
| 22 | |
| 23 | @pytest_asyncio.fixture |
| 24 | async def socket_manager(clientAsync): |
| 25 | """Create a BinanceSocketManager using the clientAsync fixture from conftest.""" |
| 26 | return BinanceSocketManager(clientAsync) |
| 27 | |
| 28 | |
| 29 | class TestUserSocketArchitecture: |
nothing calls this directly
no test coverage detected
searching dependent graphs…