Commit 30e5c704 authored by Jason Madden's avatar Jason Madden

pylint [skip ci]

parent a526a47e
......@@ -493,6 +493,7 @@ class TestBasic(greentest.TestCase):
g = gevent.spawn_raw(f, 1, name='value')
gevent.sleep(0.01)
assert not g
self.assertEqual(value[0], (1,))
self.assertEqual(value[1], {'name': 'value'})
......
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