This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
ipc-unix/tests/test_basic.py
2018-12-07 13:54:46 +00:00

5 lines
128 B
Python

from unittest import TestCase
class BasicTestCase(TestCase):
def test_something_basic(self):
self.assertTrue(True)