Files
MicroPythonOS/tests/simple.py
T

7 lines
112 B
Python
Raw Normal View History

2025-11-02 13:28:29 +01:00
import unittest
class TestMath(unittest.TestCase):
def test_add(self):
self.assertEqual(1 + 1, 2)