20 lines
484 B
Python
20 lines
484 B
Python
import t
|
|
import stdio
|
|
import string
|
|
import __zlib.pyzlib as pyzlib
|
|
import __zlib.zdeflate as zdeflate
|
|
import __zlib.zinflate as zinflate
|
|
import __zlib.zchecksum as zchecksum
|
|
import __zlib.zdef as zdef
|
|
import __zlib.zhuff as zhuff
|
|
import __zlib.test_pyzlib as tpz
|
|
import w32.win32memory
|
|
import c
|
|
import testcheck
|
|
|
|
def main() -> t.CInt:
|
|
testcheck.begin("ZlibTest: Zlib 压缩库测试")
|
|
tpz.main123456()
|
|
testcheck.ok("zlib test_pyzlib completed")
|
|
return testcheck.end()
|