Commit c5464ea9 authored by Eckhart Arnold's avatar Eckhart Arnold
Browse files

sys.path modification in test/run.py

parent 9e2d5b58
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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)