mustafa-tariqk / mindscape

Experience the truth of the trip
https://research.cs.queensu.ca/home/cisc498/index.html
MIT License
16 stars 0 forks source link

Testing Analytics #31

Closed BasicallyOk closed 5 months ago

BasicallyOk commented 7 months ago

Is your feature request related to a problem? Please describe. Testing, duh. Plus I need my sanity check.

Describe the solution you'd like pytest + pytest-mock. Then add it to the existing CI/CD pipeline

Describe alternatives you've considered Maybe a separate testing db? I'll stick to mocking for now.

Additional context pytest mocking plugin

mustafa-tariqk commented 7 months ago

When you make the PR I'll help out on this

BasicallyOk commented 7 months ago

Commit 5b5beac959930a8a9750ca54be26563258f40db5 includes the send_messsages.py I currently use to test the API + backend functionalities. Not great for many reasons, but as long as the backend doesn't bug out, it works fine.

mustafa-tariqk commented 6 months ago

closing this as i'm adding more issues for other tests

mustafa-tariqk commented 6 months ago

Mb didn't need to close this. Placing on backlog until any of the tests are completed. After you have some basic implementations of semantic network graph and sentiment scores then do this