User Fixture: provide a means to step binding refresh #5195
jeffective
started this conversation in
Ideas / Feature Requests
Replies: 1 comment
-
Hello @jeffective. Do you have an short example where you need to step the binding refresh loop? Normally with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There should be a way to step the refresh from the user fixture.
Currently you can accomplish this with
nicegui.binding._refresh_step()
, but the user fixture is extremely aggressive about logs, including binding refresh interval overruns. This causes flakes in CI on cpu constrained machines.Provide a method which does not check the time required to perform the refresh.
Beta Was this translation helpful? Give feedback.
All reactions