import unittest class TestShellTool(unittest.TestCase): def test_init(self): """Test initialization""" print("Test initialization")