英文: How do I test a get_date function using pytest? 问题 我有一个名为get_date的函数,在一个项目中,我被要求使用pytest来测试它。 de...
无法在使用 pytest_postgresql 进行测试时在测试数据库中创建表格。
英文: Can't create tables in test database while testing with pytest_postgresql 问题 我尝试编写一个使用 fixtu...
使用’pytest’来测试日志输出是否带有颜色。
英文: Use 'pytest' to test if log output is coloured 问题 Using pytest,是否可以测试日志输出是否包含特定颜色的文本? 例如...
pytest collects and passes tests locally, but 'collected 0 items' in GitHub Actions workflow (exit code 5)
英文: pytest collects and passes tests locally, but 'collected 0 items' in GitHub Actions work...
How to match a string that contains a Python unordered set object when testing across multiple systems and Python versions?
英文: How to match a string that contains a Python unordered set object when testing across multiple s...
Pytest BDD – 使用 Fixtures 和 Conftest 遇到的问题
英文: Pytest BDD - Problem with Fixtures and Conftest 问题 I can help translate the code and content you...
Pytest Http functions
英文: Pytest Http functions 问题 I can help you with the Chinese translation, but it seems like you also...
导致错误的原因是 ‘async_generator’ 对象没有 ‘add’ 属性。
英文: What causes error 'async_generator' object has no attribute 'add'? 问题 我为我的FastAP...
pytest命令用于测试pytest.mark.parametrize参数中的一个或多个参数是什么?
英文: What is the pytest command to test one or some of the pytest.mark.parametrize parameters? 问题 我尝试...
如何在pytest中模拟字符串作为文件内容?
英文: How to mock string as content of file for pytest? 问题 如何在pytest中将字符串传递给函数,以便受测试的函数将其视为文件内容? 我有一个解...
10