Closed thebioengineer closed 3 years ago
dynamic referencing:
#' @section Specification coverage:
#' ##tc:my_test_case.1: ##req:my_requirement.1, ##req:my_requirement.2
#' ##tc:my_test_case.2: ##req:my_requirement.1, ##req:my_requirement.2
question raised during Teams mtg:
what happens if the ##tc label w/i roxygen block is earlier then mention in the test case block? I.e. if we have the case below, will the bullet be 1 or 2?
#' @coverage
#' ##tc:test_case_A: ##req:req_a, ##req:req_b
#' ##tc:test_case_B: ##req:req_a, ##req:req_b
+ _Test Cases_
+ T##tc:test_case_B Create a test case
TODO: update dynamic referencing to ignore text in roxygen header comments when determining order of cases. in example above, ##tc:text_case_B would render as 2 right now, which is non-sensical.
Coverage tag in #51 - once merged we can close this issue Addressed dynamic referencing in #55
@coverage
<- similar to@section