Skip to content

Testing

SADIK KUZU edited this page Jan 3, 2024 · 15 revisions

Unit test results


Mobile

mobile

https://swe574-fall2023-group1.github.io/mobile-test-coverage/

CI Test Pipeline - Mobile

Mobile code coverage report

Frontend

Frontend Unit Test ‐ Local Run

CI Test Pipeline - Frontend

Frontend code coverage report

Backend

CI Test Pipeline - Backend

The coverage in authentication.py functions.py recomFunctions.py is a little bit low. Because, they are not directly API or Model related. So, we only test them manually if we need to test them. Also, we put some warning logs to keep tracking them easily for possible issues. For views.py part we have some unused API Views for us to test backend or take action directly. So this is why the views.py file has a low rate of coverage.

Backend code coverage report
Clone this wiki locally