Example #1
0
 def test0004versionexstopped(self):
     self.stopSnarl()
     self.assert_(PySnarl.snGetVersionEx() == False)
Example #2
0
 def test0004versionexstopped(self):
     self.stopSnarl()
     self.assert_(PySnarl.snGetVersionEx() == False)
Example #3
0
 def test0003versionexstart(self):
     a = PySnarl.snGetVersionEx()
     self.assert_(type(a) == int or type(a) == long)
Example #4
0
 def test0003versionexstart(self):
     a = PySnarl.snGetVersionEx()
     self.assert_(type(a) == int or type(a) == long)