import unittest from geniusweb.party.Party import Party class PartyTest(unittest.TestCase): def testSmoke(self): clas=Party # check if we can load the module.