Open gaborbernat opened 3 years ago
@gaborbernat extra fun, without flush it works on pytest 6.x+
Eh what 😂
@gaborbernat i identified the core issue - terminalwriter for some reason is not using a dup-ed stdout, so it is subject to capture intervention,l i will work out a bugfix later on
Great 👍
@RonnyPfannschmidt has this been addressed?
No
Any updates?
If you run the above file through pytest nothing is written on the output.
Though I'd expect something like:
Note if you remove the flush we do get the message printed, but without respecting the ensure newline (instead you get
test_a.py magic.
).