pytest 能否執行 nose 寫的測試用例

yee發表於2020-06-15

之前的專案是nose框架寫的用例,而且還整合了自己編寫的nose外掛,現在想改成通過pytest的方式執行,網上資料很少,不知道有沒有人知道方法,給個方向或有用的參考資料就行
,官網就下面2句話,貌似如果我的專案自定義了nose外掛,好像不可以
https://docs.pytest.org/en/stable/nose.html
python setup.py develop # make sure tests can import our package,
pytest # instead of 'nosetests'

相關文章