Open DieterPi opened 5 months ago
Is it possible to test if code is using a specific keyword?
For instance, simple programs where I would want to 'force' pupils to use for instead of while? If so, how would I do that in TESTed?
for
while
Is it possible to test if code is using a specific keyword?
For instance, simple programs where I would want to 'force' pupils to use
for
instead ofwhile
? If so, how would I do that in TESTed?