nasa / fprime

F´ - A flight software and embedded systems framework

Home Page:https://fprime.jpl.nasa.gov

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better test identifiers using decorators

LeStarch opened this issue · comments

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.