capsys does not follow the OS newline rules for print #3207
Labels
platform: windows
windows platform-specific problem
plugin: capture
related to the capture builtin plugin
Given the following code (
test_a.py
):Surely capsys should use the
os.linesep
exactly as that's the case with the print function:The text was updated successfully, but these errors were encountered: