nasa / fprime

F´ - A flight software and embedded systems framework
https://fprime.jpl.nasa.gov
Apache License 2.0
9.96k stars 1.29k forks source link

Better test identifiers using decorators #2648

Open LeStarch opened 3 months ago

LeStarch commented 3 months ago
F´ Version
Affected Component

When a new test case is started, the API user can specify a case_id that will be used in the logs to identify the current test case without scrolling to the test case header. Future uses of the API should investigate using decorators to specify an ID to put in this column. Present tests just use a counter and assign a number to each test case.