def test0004versionexstopped(self): self.stopSnarl() self.assert_(PySnarl.snGetVersionEx() == False)
def test0003versionexstart(self): a = PySnarl.snGetVersionEx() self.assert_(type(a) == int or type(a) == long)