Skip to content

Commit

Permalink
Init uni test
Browse files Browse the repository at this point in the history
  • Loading branch information
ihumaunkabir committed May 27, 2024
1 parent 58e7816 commit aa236bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import unittest

class TestMain(unittest.TestCase):
pass
def test_start_command(self):
pass

if __name__ == '__main__':
unittest.main()

0 comments on commit aa236bc

Please sign in to comment.