1

我目前正在尝试迁移测试套件以使用鼻子测试。我在文档中找不到这个,但无论如何你可以用鼻子测试存根 I/O 操作吗?存根 I/O 的简单示例是什么?

Example:

def test_1():
  read_from_file

def stub_1():
  return "file content"

参考: https ://nose.readthedocs.org/en/latest/

4

0 回答 0