From 58e78164c0a713f7ef6c873263dcbeb018efbb7d Mon Sep 17 00:00:00 2001 From: Humaun Kabir Date: Mon, 27 May 2024 18:38:54 +0300 Subject: [PATCH] Make empty test --- test_main.py | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/test_main.py b/test_main.py index 7b8a53e..9f87483 100644 --- a/test_main.py +++ b/test_main.py @@ -1,23 +1,7 @@ import unittest class TestMain(unittest.TestCase): - def test_start_command(self): - pass - - def test_help_command(self): - pass - - def test_info_command(self): - pass - - def test_handle_message(self): - pass - - def test_process_image(self): - pass - - def test_process_file(self): - pass + pass if __name__ == '__main__': unittest.main() \ No newline at end of file