import unittest from hazwaz import command class testCommand(unittest.TestCase): pass if __name__ == '__main__': unittest.main()