Files
pytest2/doc/en/example/py2py3/test_py2.py
2018-10-22 08:50:00 -07:00

6 lines
102 B
Python

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