py.test

只运行某一个用例
pytest test_mod.py::test_func
或者
pytest test_mod.py::TestClass::test_method

posted on 2017-08-03 20:36  fupeng  阅读(88)  评论(0编辑  收藏  举报

导航