Restricts a test to a named environment or target.
Syntax: solum_in <string> <string>
Category
testing
Related
Examples
examples/corpus/solum-in/solum-in.fab (canonical · keyword)
Restricts a test to a named environment or target.
# solum_in — environment-scoped test modifier
#
# GRAMMAR:
# testModifier :← 'solum_in' stringLit
#
# EXPECTED OUTPUT:
# No incipit — declaration or test-runner surface only.
#
# BACKEND:
# declaration-only test modifier (whitelist: solum-in/solum-in.fab).
#
proba "ci only" solum_in "ci" {
adfirma verum
}Expected output: