-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Add bokeh server tests #1488
Comments
These are getting more and more crucial as there have been some high-profile regressions. The main things to test are:
|
I agree this is very important but we should get regular notebook tests running on the improved testing infrastructure before we tackle this. We don't want to tackle too much testing infrastructure at once as it is a right pain to set up. Ideally we would also have a way of testing linked streams in live notebooks independent of bokeh server... |
Notebook based callbacks do not use the same codepaths as server based ones, so those are independent problems. |
Right, I am just mentioning another type of test I would also like... |
We now have a number of bokeh server tests. |
Happy to see this closed but maybe a new issue should be opened suggested tests for linked streams in notebooks? |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
We should some tests for bokeh server, a server can easily be started programmatically and using a client we can perform various tests to ensure it is working correctly.
The text was updated successfully, but these errors were encountered: