英文: How to retrive decorated test function name and arguments in a pytest fixture 问题 以下是翻译好的部分: 我想要手...
如何在测试之间暂停执行常见任务,然后继续进行测试断言。
英文: How to pause between tests to do a common task, then resume for assert in tests 问题 目前我有一个场景,每个测试...
如何使 PyTest 使用父目录的 `conftest.py` 文件。
英文: How to make PyTest use the `conftest.py` of a parent directory 问题 I am working on a suite of tes...
pytest与@cache结合使用时无法按预期工作。
英文: pytest does not work as expected combined with @cache 问题 I understand your request. Here's the t...
Pytest AttributeError: ‘TestMyTest’ object has no attribute
英文: Pytest AttributeError: 'TestMyTest' object has no attribute 问题 当运行测试时,为什么会出现一些测试失败并出现异常 ...
如何将函数和类导入conftest.py?或者如何将fixtures和类导入conftest.py?
英文: How do I import functions and classes into conftest.py? Or how do I import fixtures and classes ...
'pytest –version' works, but 'pytest tests' command not recognized with Bash in Github Actions
英文: 'pytest --version' works, but 'pytest tests' command not recognized with Bash in...
如何让 pytest 不删除成功的测试目录
英文: How to get pytest to not delete successful test directories 问题 I'm using pytest and it's been gr...
基于选项文本的下拉选择框的期望值
英文: Expect value of a dropdown select based on option text 问题 我们有一个下拉选择框 <select id="...
Pytest 在 pre-commit 中运行两次。
英文: Pytest runs twice in pre-commit 问题 似乎 pre-commit 会两次运行 pytest 测试。如何重现: 安装 pytest、pytest-cov 和 pr...
10