修复了大量存在的问题,增加了假鸭子类型等等机制
This commit is contained in:
@@ -10,7 +10,10 @@ 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()
|
||||
return 0
|
||||
testcheck.ok("zlib test_pyzlib completed")
|
||||
return testcheck.end()
|
||||
|
||||
Reference in New Issue
Block a user