AlgoDS-Examen2025/tests/test_ex3.py

9 lines
143 B
Python
Raw Normal View History

2025-01-28 12:52:19 +01:00
import unittest
class MyTestCase(unittest.TestCase):
def test_simple1(self):
pass
if __name__ == '__main__':
unittest.main()