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