微调test模块

This commit is contained in:
MrZ626
2021-11-02 17:35:10 +08:00
parent a34a3051a3
commit f6944dc223
3 changed files with 15 additions and 16 deletions

View File

@@ -9,7 +9,8 @@ TABLE= require'Zframework.tableExtend'
STRING= require'Zframework.stringExtend'
PROFILE= require'Zframework.profile'
JSON= require'Zframework.json'
TESTING= require'Zframework.testing'
TEST= require'Zframework.test'
do--Add pcall & MES for JSON lib
local encode,decode=JSON.encode,JSON.decode
JSON.encode=function(val)