为了账号安全,请及时绑定邮箱和手机立即绑定

如何使用pytest运行与生产代码位于同一文件中的测试?

如何使用pytest运行与生产代码位于同一文件中的测试?

慕慕森 2021-04-07 17:18:44
我知道这违反了要求/假定正确包装Python生产代码的任何最佳做法:在某些情况下,能够在同一文件中定义生产和测试代码可能会有所帮助(例如,在简单脚本的情况下)。然后如何在文件中运行所有或特定测试pytest?编辑-针对我的特定用例的解决方案:文件结构<root>:pytest.iniscrip_with_tests.py的内容pytest.ini:[pytest]python_files = script_with_tests.py的内容script_with_tests.py:import pytest  # this is not required, works without as welldef test_always_pass():    passif __name__ == "__main__":    main()pytest调用<root>:pytest script_with_tests.py
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 158 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信