The program runs fine when the student runs it manually. The autotester is prefixing “[2K” to the first line of output, so all tests fail.
This is happening in all my Java teams, to all assignments.
Anyone else seeing this?
Fatima Dash
The program runs fine when the student runs it manually. The autotester is prefixing “[2K” to the first line of output, so all tests fail.
This is happening in all my Java teams, to all assignments.
Anyone else seeing this?
Fatima Dash
Sorry that I don’t know the answer. I do have a question about how you can create input/output test for Java, because I can only see unit tests for Java. Would you please give me a hint?
Hi @kittywuoct! You can find documentation on I/O testing here! Let me know if you have any more specific questions and I’d be glad to help!
Hi @fatimadash, our platform engineering team deployed a patch that fixed our I/O testing infrastructure. Thanks for alerting us to this error so we could mend it!