mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 23:04:21 +01:00
tests: add websocket capacity test
This commit is contained in:
committed by
Jacob Plaster
parent
13e7d505f8
commit
286e922eb1
@@ -17,9 +17,6 @@ class StubbedWebsocket(BfxWebsocket):
|
||||
async def _main(self, host):
|
||||
print ("Faking wesocket connection to {}".format(host))
|
||||
|
||||
def get_ws(self):
|
||||
return self
|
||||
|
||||
async def publish(self, data, is_json=True):
|
||||
self.published_items += [{
|
||||
'time': get_now(),
|
||||
|
||||
Reference in New Issue
Block a user