Logical expression for test labels
- Dominant language
- C++
- Stars
- 213
- Forks
- 149
- Avg merge
- 18h 17m
- Merged PRs (30d)
- 2
Description
It would be nice to be able to make an AND operation between labels.
Imagine following:
Each test case has:
* a label which specifies test case type - there are also other labels like "regression", "load", "stress" and so on.
* a label which specifies environment on which the test case is running: "linux", "windows", "RaspberryPi" and so on
The point is that with AND condition, I can easily filter test cases, for example:
`@regression&@linux`
If there is no such feature currently (which I missed) and if the syntax is OK for you, then I could prepare a proposal - maybe it would speed up including it into boost 1.73 :)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.