Loading test/run.py +4 −0 Original line number Diff line number Diff line Loading @@ -7,9 +7,13 @@ import doctest import multiprocessing import os import platform import sys import time sys.path.extend(['../', './']) def run_doctests(module): namespace = {} exec('import DHParser.' + module, namespace) Loading Loading
test/run.py +4 −0 Original line number Diff line number Diff line Loading @@ -7,9 +7,13 @@ import doctest import multiprocessing import os import platform import sys import time sys.path.extend(['../', './']) def run_doctests(module): namespace = {} exec('import DHParser.' + module, namespace) Loading