with pytest.raises(SystemExit): example_exception() class TestClass(object): def test_one(self): assert 'h' in 'this' def test_two(self):
確定! 回上一頁