Publish without confirming saving outside Jupyter Lab#

from nbproject import header, publish

header()
idmNFd52YOodtk
versiondraft
time_init2022-07-11 12:16
time_run2022-10-07 21:45
pypackagenbproject==0.5.3 pytest==7.1.3
import pytest

The following will only throw an error on CI, because CI does not mimic the Jupyter Lab environment.

with pytest.raises(RuntimeError):
    publish(pretend_no_test_env=True)