You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(export): exercise the real webpdf render path
The test registered `_inline_code_wrap_css` itself, so it verified the
preprocessor worked but not that production wired it up; dropping the
`register_preprocessor` call in `_render_webpdf_with_nbconvert` left it
green.
Drive `_render_webpdf_with_nbconvert` directly and stub
`WebPDFExporter.run_playwright`, which receives the fully rendered HTML,
so the assertion covers the real registration without needing Chromium.
0 commit comments