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
lobster-cpptest
In current version lobster-cpptest supports just "defect", "requirement" and "requiredby".
The goal is to make the tool configurable, and to remove the restriction of supporting only "requirement" and "requiredby".
The user shall be able to configure the marker strings.
Config file should be modified and be like:
{ "output": { "unit_tests.lobster" : { regex: [ "\+w?*{@requirement}...", "\[0-9]?*{@other_requirement}..." ], kind: "req" }, { regex: [ "\+w?*{@required_by}...", "\[0-9]?*{@kjasdasd}..." ], kind: "imp" }, } }
The text was updated successfully, but these errors were encountered:
lobster-cpptest should support dynamic marker strings
2f038ec
The config file has been adapted. the regex should be provided. The tests are being extracted based on provided regex. Resolves #98
TannazVhdBMWExt
No branches or pull requests
In current version lobster-cpptest supports just "defect", "requirement" and "requiredby".
The goal is to make the tool configurable, and to remove the restriction of supporting only "requirement" and "requiredby".
The user shall be able to configure the marker strings.
Config file should be modified and be like:
{ "output": { "unit_tests.lobster" : { regex: [ "\+w?*{@requirement}...", "\[0-9]?*{@other_requirement}..." ], kind: "req" }, { regex: [ "\+w?*{@required_by}...", "\[0-9]?*{@kjasdasd}..." ], kind: "imp" }, } }
The text was updated successfully, but these errors were encountered: