mit neuen venv und exe-Files
This commit is contained in:
12
venv3_12/Lib/site-packages/gevent/tests/test__issue639.py
Normal file
12
venv3_12/Lib/site-packages/gevent/tests/test__issue639.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# Test idle
|
||||
import gevent
|
||||
|
||||
from gevent import testing as greentest
|
||||
|
||||
class Test(greentest.TestCase):
|
||||
def test(self):
|
||||
gevent.sleep()
|
||||
gevent.idle()
|
||||
|
||||
if __name__ == '__main__':
|
||||
greentest.main()
|
||||
Reference in New Issue
Block a user