标签: python nosetests
我目前正在尝试迁移测试套件以使用nosetests。我在文档中找不到这个,但无论如何你可以使用nosetests来存储I / O操作吗?什么是存根I / O的简单示例?
Example: def test_1(): read_from_file def stub_1(): return "file content"
参考: https://nose.readthedocs.org/en/latest/