diff --git a/test/__init__.py b/test/__init__.py deleted file mode 100644 index 8b13789..0000000 --- a/test/__init__.py +++ /dev/null @@ -1 +0,0 @@ - diff --git a/test/test_examples.py b/test/test_examples.py index 88f5347..af502cd 100644 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -104,6 +104,8 @@ def get_howtos(self, p_path:str): +sys.path.append('src') + tester = HowtoTester() howtos = tester.get_howtos( sys.path[0] + os.sep + 'howtos' )