tsani / coding-cat

in-browser Python coding problems for beginners
0 stars 0 forks source link

Advanced testing (mutation testing) #2

Open emaj9 opened 1 week ago

emaj9 commented 1 week ago

In each problem, to complete a problem users needs to write a comprehensive testing suite.

In order to evaluate the quality of the test suite, user defined testing will be run against incorrect implementations of the problem. The user test suite must expose the bugs of these suits (see mutation testing).

emaj9 commented 1 week ago

Also this is the time to add hidden tests