Files
pytest2/doc/en/example/py2py3/test_py3.py
2019-06-03 12:08:01 -03:00

6 lines
104 B
Python

def test_exception_syntax():
try:
0 / 0
except ZeroDivisionError as e:
assert e