Repeats a test a fixed number of times.
Syntax: repete <number>
Category
testing
Related
Examples
examples/corpus/repete/repete.fab (canonical · keyword)
Repeats a test a fixed number of times.
# repete — repeat test modifier
#
# GRAMMAR:
# testModifier :← 'repete' integer
#
# EXPECTED OUTPUT:
# No incipit — declaration or test-runner surface only.
#
# BACKEND:
# declaration-only test modifier (whitelist: repete/repete.fab).
#
proba "flaky guard" repete 2 {
adfirma verum
}Expected output: