Skip to content

Instantly share code, notes, and snippets.

View Jasha10's full-sized avatar
🧀

Jasha Sommer-Simpson Jasha10

🧀
View GitHub Profile
@Jasha10
Jasha10 / pytest-disable-stderr-capture.txt
Last active October 2, 2024 23:45
using breakpoint() with pytest -- don't capture stdout!
Running pytest, pdb and pdbpp will not work well unless you pass the -s flag to pytest to disable capture of stdout/stderr.