Open T-Mose opened 1 month ago
So essentially make the tests more dynamic.
Currently one needs to ma ally produce the test files and place them in the correct file. This should 100% be an option since the most important part of this code is correct unit tests. But there should also be a default option to just use the correlary test file in the folder based on the task number. This would be prone to the possibility of being outdated but would presto much make the time this sqrip takes be less than a minute.
Currently you get a lot of "fails" that are due to, not even missunderstandings, but reasonable interpretations of the instructions. So for example during the task-3 half my students thought that the fields should be doubles, and the instructions said nothing on the contrary, so it seems dumb to fail them, instead the tests should be dynamic in a small sense. The same thing happened at the last exercise where every singel one of my students mistoke the construction to require another parameter.