Skip to content
New issue

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

Auto add Files #66

Closed
thebioengineer opened this issue Mar 16, 2021 · 0 comments
Closed

Auto add Files #66

thebioengineer opened this issue Mar 16, 2021 · 0 comments
Assignees

Comments

@thebioengineer
Copy link
Collaborator

Add to vt_use_req(), vt_use_test_case(), and vt_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:

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")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants