diff --git a/test_sample.py b/test_sample.py index 663bb19..2cdc05d 100644 --- a/test_sample.py +++ b/test_sample.py @@ -5,11 +5,3 @@ def inc(x): def test_answer(): assert inc(3) == 5 - -def f(): - raise SystemExit(1) - - -def test_mytest(): - with pytest.raises(SystemExit): - f()