Skip to content

Instantly share code, notes, and snippets.

@njgibbon
Created July 23, 2021 18:49
Show Gist options
  • Save njgibbon/5caf315632a7a10495efd90f15937089 to your computer and use it in GitHub Desktop.
Save njgibbon/5caf315632a7a10495efd90f15937089 to your computer and use it in GitHub Desktop.
test_assertion_error.py
def test(self):
try:
assert False
except AssertionError:
assert True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment