hyperskill / hs-test

A framework that simplifies testing educational projects for Hyperskill. It is built on top of JUnit.
31 stars 10 forks source link

Should show to the user full input and output of the test #48

Closed aaaaaa2493 closed 5 years ago

aaaaaa2493 commented 5 years ago

For example, there can be 1/20 th chance of getting such an output.

Start test 1
Hello
>Hello
Hello
Start test 2
Hello
>Hi
Hi
Start test 3
Hello
>Hihi1
Hihi1
Start test 4
Hello
>

Start test 5
Hello
>1
>Hey
Hey
Start test 6
Hello
>2
2