英文: Is it possible to run a django pytest that has access to multiple databases, without executing t...
Pytest:何时使用pytest.raises与xfail
英文: Pytest: When to use with pytest.raises vs xfail 问题 我有一个方法,当提供了不正确的输入格式时,预期会引发异常。我想知道测试的正确方式是,当提供...
如何在使用metafunc添加的测试中添加标记?
英文: How to add marks to tests added using metafunc? 问题 然而,我的一些测试失败了。因此,我想将其中一些标记为xfail。我该如何做到这一点? 英文...
assigning dates using regex, converting them with strptime and then applying to dataframe using lambda. Code works but pytest is failing?
英文: assigning dates using regex, converting them with strptime and then applying to dataframe using ...
PyTest对@singledispatch和@typechecked没有引发预期错误。
英文: PyTest for @singledispatch and @typechecked not raising expected error 问题 目标: 成功通过test_score_not...
Python单元测试模拟函数调用原始函数并失败。
英文: Python Unit Testing a mocked function calls the original function and fails 问题 notification.py: ...
pytest parametrize调用有什么问题?
英文: What is wrong with this pytest parametrize invocation? 问题 我广泛使用了 pytest.mark.parametrize,但在一个测试方...
如何通过Python脚本在pytest调用期间传递变量(而不是通过命令行)?
英文: How to pass variables during pytest call via python script(not command line)? 问题 以下是已翻译的内容: &quo...
pytest unittest spark java.io.FileNotFoundException: HADOOP_HOME 和 hadoop.home.dir 未设置
英文: pytest unittest spark java.io.FileNotFoundException: HADOOP_HOME and hadoop.home.dir are unset 问...
使pytest的’capsys’ fixture在使用-s选项与否时,都能对待stdout相同。
英文: Make pytest 'capsys' fixture treat stdout the same regardless of whether or not the -s o...