Skip to content
homework-bot edited this page Feb 13, 2022 · 40 revisions
Author: niosus
Branch: use-pip-checker
Commit: 4f2e0cb196a2cbd0bcd3d314e870f1307857ae3c

Test results

Homework Name Task Name Test Name Result
Sample homework Simple cpp tasks Build succeeded
String output test
Input output test
Wrong output fail
Style errors

Encountered errors

Sample homework | Simple cpp tasks | Wrong output fail

stderr

Given input: ''
Your output 'This is a long test output that we expect to be produced by the code. We will compare the ouput to this EXACTLY.'
Expected output: 'Unexpected output.'

stdout

This is a long test output that we expect to be produced by the code. We will compare the ouput to this EXACTLY.


Sample homework | Simple cpp tasks | Style errors

stderr

./main.cpp:11:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]

stdout

Done processing ./main.cpp
Category 'whitespace/ending_newline' errors found: 1
Total errors found: 1



With ❤️ from Homework Bot 🤖

Clone this wiki locally