(example_name)
| 162 | |
| 163 | |
| 164 | def _make_example_did_not_run(example_name): |
| 165 | @reactpy.component |
| 166 | def ExampleDidNotRun(): |
| 167 | return reactpy.html.code(f"Example {example_name} did not run") |
| 168 | |
| 169 | return ExampleDidNotRun() |
| 170 | |
| 171 | |
| 172 | def _make_error_display(message): |
no test coverage detected