This website requires JavaScript.
Explore
Help
Sign In
jiuyuan
/
test_ok1
Watch
2
Star
0
Fork
You've already forked test_ok1
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
733f43b02e
test_ok1
/
doc
/
en
/
example
/
py2py3
/
test_py2.py
6 lines
102 B
Python
Raw
Normal View
History
Unescape
Escape
draft example for skipping py2 and py3 only tests on a per-module level.
2012-05-24 05:40:41 +08:00
def
test_exception_syntax
(
)
:
try
:
Fixes for flake8 master
2018-10-22 23:49:31 +08:00
0
/
0
draft example for skipping py2 and py3 only tests on a per-module level.
2012-05-24 05:40:41 +08:00
except
ZeroDivisionError
,
e
:
Fixes for flake8 master
2018-10-22 23:49:31 +08:00
assert
e