Skip to content

Commit

Permalink
Update test_sample.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jcalvarezjr authored Nov 26, 2023
1 parent 1d2e26a commit 92b1eb2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 92b1eb2

Please sign in to comment.