How to use py.test from Python?

前端 未结 7 869
旧巷少年郎
旧巷少年郎 2020-12-30 04:38

I\'m working in a project that recently switched to the py.test unittest framework. I was used to call my tests from Eclipse, so that I can use the debugger (e.g. placing br

相关标签:
7条回答
  • 2020-12-30 05:29

    This is now supported by pytest and described nicely here in the documentation.

    0 讨论(0)
提交回复
热议问题