archive
/
ipc-unix
Archived
1
Fork 0
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

6 lines
128 B
Python
Raw Normal View History

2018-12-07 13:54:46 +00:00
from unittest import TestCase
class BasicTestCase(TestCase):
def test_something_basic(self):
self.assertTrue(True)