snapshot before regression test
This commit is contained in:
19
Test/ZlibTest/App/main.py
Normal file
19
Test/ZlibTest/App/main.py
Normal file
@@ -0,0 +1,19 @@
|
||||
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()
|
||||
Reference in New Issue
Block a user