From bc51c5c5b0dd252c0102a2966238db3872c0763d Mon Sep 17 00:00:00 2001 From: rishi2019194 <58341663+rishi2019194@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:25:38 -0400 Subject: [PATCH] Update test_util.py --- test/test_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_util.py b/test/test_util.py index 32e8ceac4..4ebf80484 100644 --- a/test/test_util.py +++ b/test/test_util.py @@ -6,7 +6,7 @@ import unittest import warnings import pandas as pd -sys.path.append("../") +sys.path.append(str(Path(__file__).resolve().parents[1])) #pylint: disable=wrong-import-position from src.recommenderapp.utils import create_colored_tags, beautify_feedback_data, create_movie_genres, send_email_to_user #pylint: enable=wrong-import-position