()
| 67 | |
| 68 | @reactpy.component |
| 69 | def ShowSimpleButton(): |
| 70 | return SimpleButton({"id": "my-button"}) |
| 71 | |
| 72 | async with BackendFixture(app=app, implementation=sanic_implementation) as server: |
| 73 | async with DisplayFixture(server, browser) as display: |
nothing calls this directly
no test coverage detected