Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kian79 committed Jan 31, 2024
1 parent 9ad77f7 commit d7688b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tests/test_pdf_extractor.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import sys
print(sys.path)
sys.path.append('pdf_searcher_project/')
sys.path.append('../')
print(sys.path)


from pdf_processing.preprocessing import convert_pdf_to_text

Expand Down
4 changes: 3 additions & 1 deletion tests/test_text_summarization.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import sys
print(sys.path)
sys.path.append('pdf_searcher_project/')
sys.path.append('../')
print(sys.path)


from pdf_processing.preprocessing import summarize_text

Expand Down

0 comments on commit d7688b5

Please sign in to comment.