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

Improve downstream testing #20

Open
bollwyvl opened this issue Mar 24, 2023 · 0 comments
Open

Improve downstream testing #20

bollwyvl opened this issue Mar 24, 2023 · 0 comments

Comments

@bollwyvl
Copy link

bollwyvl commented Mar 24, 2023

Problem

The last couple releases of 8.x and 7.x have been rough for downstreams, what with breaking changes to comms and serializers changing on point releases of both supported branches.

Proposal

Perhaps a new repo, e.g. @jupyter-widgets/zoo could be created which made it easy to interactively test against "hot," unreleased versions of jupyter-widgets packages.

Design Ideas

In its simplest form, this could be a MyBinder-oriented repo which brought in and built the HEAD of the first-party repos in @jupyter-widgets, after installing any number of third-party widget packages.

A PR to this repo would be:

  • an entry in environment.yml (either in requirements or requirements/pip:)
  • a notebook in notebooks with some example usage

This would allow drive-by, interactive testing in binder, which is a far more reasonable ask than expecting all downstreams to check every point release. Checking this repo could become part of an issue template for doing a release.

In a more advanced form, a test folder could include some tests in various approaches (e.g. galata screen tests or functional, real-world-browser robotframework tests) which exercised the whole environment, gathered tracebacks, etc.

And even more advanced might be trying to build all of the above into a jupyterlite-based docs site.... but certainly can wait a tick there.

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

No branches or pull requests

1 participant