Files
pytest2/doc/en/example/py2py3/test_py3.py
Ronny Pfannschmidt 703e4b11ba run black
2018-05-23 16:48:46 +02:00

6 lines
100 B
Python

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