英文: Pytestfs write then read doesn't return expected value 问题 我正在尝试编写一个涉及文件系统的测试。我选择使用pyfakefs和p...
Pytest配置问题 – 尝试学习pytest
英文: Pytest configuration question - trying to learn pytest 问题 I'm new to pytest and new-ish to pytho...
Pytest 在升级到 pytest 7 后不起作用。
英文: Pytest isn't working after update to pytest 7 问题 我安装了Python 3.11,并使用pip uninstall pytest和pip...
alternative to use eval python eval-used / W0123
英文: alternative to use eval python eval-used / W0123 问题 You can achieve the same result without usin...
翻译结果:mock.patch-ing Python 列表的 .append 方法
英文: mock.patch-ing the .append method of the Python list 问题 我正在单元测试一个包含在if语句中的一行代码,如果一个变量具有特定的值,我会将一...
Python POST到API请求问题
英文: Python POST to API requests issue 问题 我一直在使用 Python 3.10.10 上的 pytest 进行 API 测试,并在一个 post 请求时遇到了问...
Pytest单元测试出现无法实例化抽象类错误。
英文: Pytest unit testing getting a Can't instantiate abstract class error 问题 I'm currently testin...
如何使用pytest进行单元测试?
英文: How would I go about unit testing this using pytest? 问题 I'm trying to unit test the below code u...
传递命令行参数给已经参数化的 pytest 测试。
英文: Passing command line arguments to an already parameterized pytest test 问题 我已经对pytest测试进行了参数化。如何向...
PytestUnhandledCoroutineWarning: async def functions are not natively supported and have been skipped
英文: PytestUnhandledCoroutineWarning: async def functions are not natively supported and have been sk...
10