jupyter / nbclassic

Jupyter Notebook as a Jupyter Server extension
https://nbclassic.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
69 stars 60 forks source link

CI Test Fixes Round 2 #212

Closed ericsnekbytes closed 1 year ago

ericsnekbytes commented 1 year ago

This PR fixes test_save_readonly_as.py errors. This update reflects a new testing approach that better handles the variability in test behaviors and execution times experienced in CI and local test runs (There's less reliance on application state transitions that happen in a user workflow to advance the testing procedure forward).

See also, previous related PRs (this and this).

RRosio commented 1 year ago

LGTM thanks @ericsnekbytes!!