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

7 lines
129 B
Python
Raw Normal View History

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