Additionally you could use assert statement with context manager to check exception like this: def test_example(): def some_function(): raise ValueError("This ...
確定! 回上一頁