jupyterhub / wrapspawner

Mechanism for runtime configuration of spawners for JupyterHub
BSD 3-Clause "New" or "Revised" License
60 stars 57 forks source link

Pass through `.progress()` method also #20

Closed rkdarst closed 4 years ago

rkdarst commented 6 years ago

The new .progress() should be passed through to the child spawners. Does anyone have a hint on how to do this properly, similar to yield from but also sufficiently backwards compatible? I can make the actual PR and test.

Proper testing would start to be more and more important, but I don't know if I have the ability to set that up easily.