We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add to vt_use_req(), vt_use_test_case(), and vt_use_test_code() the ability to automatically be added to validation.yml.
vt_use_req()
vt_use_test_case()
vt_use_test_code()
Will need default add methodology too: group reqs, test case and test code?
To avoid having to do:
vt_use_req("New_requirement_100") vt_add_file_to_config("New_requirement_100.md", after = "New_requirement_099.md")
More like:
vt_use_req("New_requirement_100", add_after = "New_requirement_099.md")
The text was updated successfully, but these errors were encountered:
elimillera
No branches or pull requests
Add to
vt_use_req()
,vt_use_test_case()
, andvt_use_test_code()
the ability to automatically be added to validation.yml.Will need default add methodology too: group reqs, test case and test code?
To avoid having to do:
More like:
The text was updated successfully, but these errors were encountered: