Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

Commit f302910

Browse files
committed
Commented floorsheet test as it was taking a lot of time
1 parent 7a00ebe commit f302910

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

basic_test.py

+9
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,12 @@ async def test_brokers():
106106

107107
assert wrapper_broker
108108

109+
110+
# @pytest.mark.asyncio
111+
# async def test_floorsheet():
112+
# async with httpx.AsyncClient() as async_client:
113+
114+
# client = Client(httpx_client=async_client)
115+
# floorsheet = await client.market_client.get_floorsheets()
116+
117+
# assert floorsheet

0 commit comments

Comments
 (0)