(s)
| 126 | @given(strategy) |
| 127 | @Settings(parent=settings, database=None) |
| 128 | def assert_examples(s): |
| 129 | msg = f"Found {s!r} using strategy {strategy} which does not match" |
| 130 | assert predicate(s), msg |
| 131 | |
| 132 | assert_examples() |
| 133 |
no test coverage detected