dodona-edu / universal-judge

Universal judge for educational software testing
https://docs.dodona.be/en/tested
MIT License
9 stars 5 forks source link

Remove python input prompt from stdout #452

Closed DieterPi closed 10 months ago

DieterPi commented 11 months ago

When having a python input prompt, the prompt itself is recorded in stdout. It would be better if this could be turned off (or removed completely)

bmesuere commented 11 months ago

We already discussed this internally and will probably implement it next week.

bmesuere commented 10 months ago

@DieterPi The input prompt is now always hidden from stdout (thanks to @niknetniko) If your tests relied on these prompts being present, you probably need to edit them.