Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudiio committed Dec 8, 2023
1 parent e6d87c8 commit 9a04182
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/test_train.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
import pytest
import os
import sys

# Get the parent directory
parent_dir = os.path.dirname(os.path.realpath(__file__))

# Add the parent directory to sys.path
sys.path.append(parent_dir)

from src.models.predict_model import predict,SentiBites
from src.models.train_model import pre_processing, train
import datasets
Expand Down

0 comments on commit 9a04182

Please sign in to comment.