import unittest class Test_Service(unittest.TestCase) : def test(self) : raise Exception("not impl") if __name__ == "__main__" : unittest.main()