Skip to content

Conversation

peace-maker
Copy link
Member

Many tests are Linux specific using qemu or /proc etc. So only test the basic process interaction for now.

Many tests are Linux specific using qemu or /proc etc. So only test the basic process interaction for now.
>>> p.recvline()
b'Hello world\n'
>>> p.recvline() # doctest: +ELLIPSIS
b'Hello world...\n'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I get it, it is great to test things work, but does this still have the value of being obvious documentation for the function?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it's annoying. This goes away after recvline doesn't include the newline anymore in #2588. We could just add drop=True explicitly too for this test?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants