Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests for auto refresh #696

Merged
merged 14 commits into from
Aug 19, 2022
Merged

tests for auto refresh #696

merged 14 commits into from
Aug 19, 2022

Conversation

willmcgugan
Copy link
Collaborator

Implements an auto_refresh property to refresh a DOM node at regular intervals (syntactical sugar for self.set_interval(self.refresh, 1)

Also adds an option to App.run to run in "headless" mode. This is probably how we should run tests where a running app is required. Doesn't quite replace integration tests, but it should reduce the need for them dramatically.

@willmcgugan willmcgugan marked this pull request as draft August 18, 2022 09:28
@willmcgugan willmcgugan marked this pull request as ready for review August 18, 2022 10:07
@willmcgugan willmcgugan merged commit afdac15 into css Aug 19, 2022
@willmcgugan willmcgugan deleted the auto-refresh branch August 19, 2022 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants