Pytest常用命令 (未完待續。。。)

1. pytest -s       關閉Captured stdout call輸出信息(失敗或成功都不顯示輸出結果),但是會顯示在test session starts部分  效果等同於 --capture=no, 不捕獲 栗子:      pytest test_sample.py             pytest -s test_sample.py, 加了-s 不再顯示Captured
相關文章
相關標籤/搜索