Commit 65b2750b authored by Denis Bilenko's avatar Denis Bilenko

test__hub.py: delete commented out code

parent d01b6d30
...@@ -35,12 +35,6 @@ DELAY = 0.1 ...@@ -35,12 +35,6 @@ DELAY = 0.1
class TestScheduleCall(greentest.TestCase): class TestScheduleCall(greentest.TestCase):
# def test_local(self):
# lst = [1]
# spawn(get_hub().schedule_call_local, DELAY, lst.pop)
# sleep(DELAY*2)
# assert lst == [1], lst
def test_global(self): def test_global(self):
lst = [1] lst = [1]
gevent.spawn(core.timer, DELAY, lst.pop) gevent.spawn(core.timer, DELAY, lst.pop)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment