Improve test naming to be clearer
This commit is contained in:
@@ -21,7 +21,7 @@ from tests.exchange_online.conftest import EXCHANGE_WS_FIXTURE_TYPE
|
|||||||
@pytest.mark.longrun
|
@pytest.mark.longrun
|
||||||
@pytest.mark.timeout(3 * 60)
|
@pytest.mark.timeout(3 * 60)
|
||||||
class TestCCXTExchangeWs:
|
class TestCCXTExchangeWs:
|
||||||
def test_ccxt_ohlcv(self, exchange_ws: EXCHANGE_WS_FIXTURE_TYPE, caplog, mocker):
|
def test_ccxt_watch_ohlcv(self, exchange_ws: EXCHANGE_WS_FIXTURE_TYPE, caplog, mocker):
|
||||||
exch, exchangename, pair = exchange_ws
|
exch, exchangename, pair = exchange_ws
|
||||||
|
|
||||||
assert exch._ws_async is not None
|
assert exch._ws_async is not None
|
||||||
|
|||||||
Reference in New Issue
Block a user