logo
  • 教程列表
  • SO官方文档
  • 单元测试
    • 单元 test.TestCase 中的测试设置和拆解
    • 断言异常情况
    • 测试异常
    • 在 Unittests 中选择断言
    • 使用 unittest.mock.create autospec 模拟函数
    • 用 pytest 进行单元测试
  1. StackOverflow 文档
  2. Python Language 教程
  3. 单元测试

单元测试

Created: November-22, 2018

Python 有几种单元测试工具。本文档主题介绍了基本的 unittest 模块。其他测试工具包括 py.test 和 nosetests。这篇关于测试的 python 文档比较了其中的几个工具而没有深入研究。

  • 单元 test.TestCase 中的测试设置和拆解

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明