From aa236bc2b69e183cff118636cab5a7c2308710c4 Mon Sep 17 00:00:00 2001 From: Humaun Kabir Date: Mon, 27 May 2024 18:40:07 +0300 Subject: [PATCH] Init uni test --- test_main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_main.py b/test_main.py index 9f87483..c5d8da4 100644 --- a/test_main.py +++ b/test_main.py @@ -1,7 +1,8 @@ import unittest class TestMain(unittest.TestCase): - pass + def test_start_command(self): + pass if __name__ == '__main__': unittest.main() \ No newline at end of file