Skip to content

Commit

Permalink
Try running util tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi2019194 committed Oct 17, 2023
1 parent ac6c797 commit 6d22b47
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
import sys
import unittest
import warnings
from pathlib import Path
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
from src.recommenderapp.utils import create_colored_tags, \
beautify_feedback_data, create_movie_genres, send_email_to_user
#pylint: enable=wrong-import-position

warnings.filterwarnings("ignore")
Expand Down

0 comments on commit 6d22b47

Please sign in to comment.