Test Reports
The test reports provide information on the coverage and execution of tests on this project. Currently, all tests in this project are automated. At this stage of application prototyping, I determined that manual testing is not worth the effort of documentation.
🗃️ Coverage report
Global coverage rate:
The coverage report allows you to estimate test coverage by feature. Click the links to see the coverage level for each major feature.
| Feature | Report | Notes |
|---|---|---|
| Authentication | View report | ✅ Test cases for login + access control |
| Dashboard | View report | ✅ Test cases for dashboard UI / data refresh |
| Demo | View report | ✅ Demo scenarios and validation |
| Pipeline | View report | ✅ Data import / processing workflows |
| Stock Detail | View report | ✅ Detail page test coverage |
▶️ Test execution report
These reports are generated by running pytest and stored alongside the code.