为什么使用 Pyfakefs 时 Path.rename 出现 FileNotFoundError 错误?
我为一个函数编写了一个测试,该函数将文件从 /videos/vid_youtube.mp4 重命名为 /videos/youtube/vid.mp4。该测试使用 Pyfakefs 修补 fs。 当代码实…
在 pytest 中维护两个 pyfakefs 文件系统以及附加文件
我正在尝试使用 pytest 为配置系统编写单元测试,该系统应该在几个不同的位置查找配置文件。我可以通过 fs 插件使用 pyfakefs 创建一个提供一组文件的…
在单元测试中修补本地 JSON 文件
我有一些加载到本地 JSON 文件中的 Python 代码: with open("/path/to/file.json") as f: json_str = f.read() # Now do stuff with this JSON strin…
- 共 1 页
- 1