We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4776e commit 52774ecCopy full SHA for 52774ec
2 files changed
tests/integrational/asyncio/test_heartbeat.py
@@ -77,3 +77,6 @@ async def test_timeout_event_on_broken_heartbeat(event_loop):
77
78
await pubnub.stop()
79
await pubnub_listener.stop()
80
+
81
82
tests/integrational/native_threads/test_subscribe.py
@@ -84,6 +84,10 @@ def test_subscribe_pub_unsubscribe(self):
84
self.fail(e)
85
finally:
86
pubnub.stop()
87
+ import ipdb
88
+ ipdb.set_trace()
89
90
91
92
def test_join_leave(self):
93
ch = helper.gen_channel("test-subscribe-join-leave")
0 commit comments