1
0
Fork 0
mirror of https://gitee.com/fantix/kloop.git synced 2024-05-20 01:08:07 +00:00
kloop/tests/test_loop.py
2022-03-19 17:26:56 -04:00

10 lines
180 B
Python

import unittest
from kloop import uring, ktls
class TestLoop(unittest.TestCase):
def test_loop(self):
self.assertIsNotNone(uring)
self.assertIsNotNone(ktls)