mirror of
https://github.com/BoardWare-Genius/jarvis-models.git
synced 2025-12-13 16:53:24 +00:00
7 lines
111 B
Python
7 lines
111 B
Python
|
|
import unittest
|
|
|
|
class TestRuntime(unittest.TestCase):
|
|
|
|
def test_eval(self):
|
|
self.assertTrue(True) |