luftfartsverket / reqstool-client

Reqstool is a tool for managing requirements with related software verification cases (aka tests) and verification results (test results)
https://luftfartsverket.github.io/reqstool-client/
MIT License
2 stars 0 forks source link

Statistics for missing manual and/or automated tests should be separated #22

Closed lfvbarcus closed 8 months ago

lfvbarcus commented 8 months ago

Summary

The reqstool status command should present the statistics for missing tests separate from each other.

Proposal

A good way to start to work on this is to understand how the status command work. I would suggest that you place some breakpoints though the code in status.py and then run any of the tests in test_status.py in debug mode.

In short, the logic for how the statistics are calculated needs to change slightly as we need to keep track of the missing tests separately. Also the how we build the table needs to change a bit. We need some more columns for both 'manual tests' and 'automated tests'