Commit 0666b2e1 authored by Denis Bilenko's avatar Denis Bilenko

test__examples.py: ignore KeyboardInterrupt tracebacks

parent e3241834
......@@ -11,6 +11,8 @@ import re
import gevent
from gevent import socket
# Ignore tracebacks: KeyboardInterrupt
base_dir = normpath(join(dirname(abspath(__file__)), '..'))
glob_expression = join(base_dir, 'examples', '*.py')
examples = glob.glob(glob_expression)
......
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