def testImportBindingsInstalled(self): """Test that we can import nupic.bindings""" check.checkImportBindingsInstalled()
def testImportBindingsInstalled(self): """Test that we can import nupic.bindings""" self.assertTrue(check.checkImportBindingsInstalled())