Commit 47c4512e authored by Denis Bilenko's avatar Denis Bilenko

test__doctests.py: ignore ZeroDivisionError tracebacks

parent 0666b2e1
......@@ -7,6 +7,7 @@ from os.path import join, dirname
import gevent
from gevent import socket
# Ignore tracebacks: ZeroDivisionError
def myfunction(*args, **kwargs):
pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment