init
This commit is contained in:
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
BIN
tests/__pycache__/__init__.cpython-313.pyc
Normal file
BIN
tests/__pycache__/__init__.cpython-313.pyc
Normal file
Binary file not shown.
BIN
tests/__pycache__/test_main.cpython-313.pyc
Normal file
BIN
tests/__pycache__/test_main.cpython-313.pyc
Normal file
Binary file not shown.
10
tests/test_main.py
Normal file
10
tests/test_main.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from src.main import main
|
||||
import unittest
|
||||
|
||||
class TestMain(unittest.TestCase):
|
||||
def test_main(self):
|
||||
self.assertEqual(True, True)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
Reference in New Issue
Block a user