目录
前言
在 OpenStack 官方指导手册(https://wiki.openstack.org/wiki/TestGuide)中明确的将 OpenStack 测试分为小型测试(单元测试)、中型测试(功能测试)以及大型测试(集成测试),在本文中我们关注的是单元测试(https://wiki.openstack.org/wiki/SmallTestingGuide)。
Small Tests are the tests that most developer read, write, and run with the greatest frequency. Small Tests are bundled with the source code, can be executed in any environment, and run extremely fast. Small tests cov