1. 程式人生 > >Pytest常用命令 (未完待續。。。)

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

1. pytest -s

    

 關閉Captured stdout call輸出資訊(失敗或成功都不顯示輸出結果),但是會顯示在test session starts部分

 效果等同於 --capture=no, 不捕獲

栗子:

     pytest test_sample.py

      

     pytest -s test_sample.py, 加了-s 不再顯示Captured stdout call 資訊,但是會顯示在test session starts