snapshot before regression test

This commit is contained in:
t
2026-07-18 19:25:40 +08:00
commit 796222a300
2295 changed files with 206453 additions and 0 deletions

19
Test/ZlibTest/App/main.py Normal file
View 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()