Tag: 单元测试
All the articles with the tag "单元测试".
-
使用 GoogleTest 和 CTest 进行单元测试
单元测试优化代码质量,无缝集成,提升开发效率。
-
Python 单元测试:assertTrue 是真值,assertFalse 是假值
探索assertTrue, assertFalse与assertIs:与时俱进的布尔与身份断言技巧。
-
Mock 在 Python 单元测试中的使用
Python的mock库显著简化单元测试,变革测试方法,提高代码质量。