coding=utf-8 import pytest def whatever(): return 9/0 def test_whatever(): ... see where in the whatever function an exception was raised?
確定! 回上一頁