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
c94b2b227e
test_ok1
/
doc
/
en
/
example
/
py2py3
/
test_py3.py
6 lines
100 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
:
run black
2018-05-23 22:48:46 +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
as
e
:
fix py2py3 example tests
2012-06-03 22:10:10 +08:00
pass