From 0da9d9e5aaf8bd7028480b1d7d4e7b20c73acfd4 Mon Sep 17 00:00:00 2001 From: 6abd <81784387+6abd@users.noreply.github.com> Date: Sun, 21 Apr 2024 21:55:39 -0400 Subject: [PATCH] Update test_horus.py --- tests/test_horus.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/test_horus.py b/tests/test_horus.py index 0e12c50..93f2d21 100644 --- a/tests/test_horus.py +++ b/tests/test_horus.py @@ -1,6 +1,10 @@ -from horus import horus import os import pytest +import sys + +# setting path +sys.path.append('../horus') +import horus def test_horus(): os.system('python3 horus.py')