boostorg / boostorg/test

Logical expression for test labels

Open
#262 12 comments 0 reactions 0 assignees View on GitHub
discussion feature-request
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.