TimMo-dev / P7

1 stars 0 forks source link

Implement tests for code compilation #50

Open JakobTopholt opened 1 week ago

JakobTopholt commented 1 week ago

For code, in relation to a task, to compile, there should be some tasks that it passes.

E.g. to teach developers about user input, there could be a task in which one has to take two sides of a right-angle triangle, to calculate the hypotenuse. In this task, there should be a task regarding the type of the inputs, and the result of the output.

Presupposes completion of #49