assign_test_ids.Rd
This function will generate Test Id's with the pattern 'TST-FOO-XXX', overwrite test documents to include these new IDs, and return a dataframe with the new TestIds column.
assign_test_ids(
prefix,
test_path = getOption("mrgvalprep.TEST_LOC"),
overwrite = TRUE,
first_id = 1
)
character string. Prefix for TestIds; usually an acronym of 3 letters signifying the associated package.
path to where tests are written.
(T/F) whether or not to overwrite test files with new test ids
integer. Desired starting point for test ids; must be greater than or equal to 1.