1
0
Fork 0
mirror of https://gitee.com/fantix/kloop.git synced 2024-06-18 05:20:35 +00:00
kloop/tests/test_loop.py

10 lines
180 B
Python
Raw Normal View History

2022-03-19 21:20:40 +00:00
import unittest
from kloop import uring, ktls
class TestLoop(unittest.TestCase):
def test_loop(self):
self.assertIsNotNone(uring)
self.assertIsNotNone(ktls)