def test_zlibVersion(): runtime_version = rzlib.zlibVersion() assert runtime_version[0] == rzlib.ZLIB_VERSION[0]
def setup_after_space_initialization(self): space = self.space space.setattr(self, space.wrap('ZLIB_RUNTIME_VERSION'), space.wrap(rzlib.zlibVersion()))