Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

首个 Go 零代码单元测试 unitauto-go 1.1 发布,UnitAuto 的 Go 版 #49

Open
TommyLemon opened this issue Aug 11, 2023 · 0 comments
Labels

Comments

@TommyLemon
Copy link
Owner

1.1 更新内容:
新增支持 mock 各种 Struct 的成员变量,包括组合等复杂自定义对象;
image

新增支持 static 静态标记字段,传 static: true 时,直接 test.Add 省去 test.Add.Add 中间的虚拟 class Add;
image

完善基本类型及对应数组类型;

兼容 Go 1.18+;
将接口服务逻辑从 main.go 迁移到 unitauto/server.go,并新增默认测试用例;
迁移打包的可执行文件到 TommyLemon/StaticResources/UnitAuto/file;

https://www.oschina.net/news/253251/unitauto-go-1-1-released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant