Amani-Alqaisi / B4UAgree

B4UAgree is a browser extension that simplifies and summarizes privacy policies in real-time, empowering users to make informed decisions about their online privacy. Tailored for common users, and privacy enthusiasts, it provides customizable insights for a transparent online experience.
0 stars 1 forks source link

Back-end Test Library Issue #9

Open HotelCaliphornia opened 4 months ago

HotelCaliphornia commented 4 months ago

Description: When attempting to run the pytest file back_test.py with tests involving privacysummarizer.py, will result in module not found errors regarding summarizer.sbert. Pytest seems unable to innately access certain modules from libraries used by imported/tested modules

Reproduction Steps: Uncomment the TestSummarizer class in back_test.py and the import privacysummarizer line. Run the pytest command anywhere in the file hierarchy above back_test.py.

Hypotheses:

Log:

Solution:

Strategies:

Learned: