Part 4.2 - Sender testing

Part 4.2 - Sender testing

par Manuel Leone,
Number of replies: 2

During the testing of the sender exercise, we noticed that the user input (which we read with input() and works fine on bash) doesn't work in the tests. In particular, in case something is printed, that is taken as input and the user input provided by the test is ignored. Also, sometimes the input function raises an exception of EOF. We couldn't understand what causes this problem.

Anyone has experienced the same issue? Do you have any advice?

Thank you.

In reply to Manuel Leone

Re: Part 4.2 - Sender testing

par Ludovic Thomas,

Hi Manuel,

I just patched an issue in the sender exercise (around 8pm).

For those who already succeeded, nothing changes, for the others, please try to re-submit and reach out if it still not working.

Ludovic