技术栈
unittesting
EXIORAN
16 天前
openstack
·
unittesting
·
tox
·
testr
OpenStack 单元测试工作流程详解:tox + testr
在 OpenStack 等大型 Python 项目中,tox 和 testr 是一对经典组合:tox 负责环境隔离,testr 负责测试仓库 + 并行执行 + 历史结果管理。本文系统讲解两者协作的完整工作流程。
Hanyang Li
3 年前
ui
·
ios
·
swift
·
unittesting
UnitTesting 单元测试
- test the business logic in your app : 测试应用中的业务逻辑- test the UI of your app : 测试应用中的界面
我是有底线的