support/testing: add python-uvloop runtime test
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
ef199d3629
commit
8a232ee101
6
support/testing/tests/package/sample_python_uvloop.py
Normal file
6
support/testing/tests/package/sample_python_uvloop.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import uvloop
|
||||
|
||||
async def main():
|
||||
print("Hello world!")
|
||||
|
||||
uvloop.run(main())
|
||||
Reference in New Issue
Block a user