Skip to content

Commit

Permalink
updates testings
Browse files Browse the repository at this point in the history
  • Loading branch information
krugergui committed Oct 30, 2023
1 parent ddc662a commit c7ef47b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/backend/tests/test_authetication.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
)
from django.test import TestCase
from time import sleep
from shift_3_womenpp import settings

settings.configure()

class TestAuthentication(TestCase):
def setUp(self):
Expand Down
3 changes: 0 additions & 3 deletions tests/test_embedding_similarity.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
import os
from src.backend.api.tokenization_n_embedding import tokenize_text, generate_embeddings
from src.backend.api.matching_algorithm import get_free_text_match
from src.backend.shift_3_womenpp import settings

settings.configure()

def test_tokenize_text():
text_tokens_keys = set(['input_ids','token_type_ids','attention_mask'])
Expand Down

0 comments on commit c7ef47b

Please sign in to comment.