pytest测试时pytest_check模块错误
错误信息:
PytestAssertRewriteWarning: Module already imported so cannot be rewritten: pytest_check self._mark_plugins_for_rewrite(hook)
解决方法:添加标记命令
pytest.main(['-v' ,'-W', 'ignore:Module alreadyimported:pytest.PytestWarning'])
标签:already,imported,pytest,Module,PytestAssertRewriteWarning,cannot,check From: https://www.cnblogs.com/phoenixy/p/16854401.html