File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 88 "testcases" : [
99 {
1010 "title" : " Python - Distinguish for and while Loops" ,
11- "command" : [ " submitty_count node for *.py" ,
12- " submitty_count token while *.py" ],
11+ "command" : [ " submitty_count -l python node for *.py" ,
12+ " submitty_count -l python token While *.py" ],
1313 "points" : 2 ,
1414 "validation" : [
1515 {
Original file line number Diff line number Diff line change 1212 // Here, an instructor-provided static analysis script is used, rather
1313 // than one of the provided scripts like count_token and count_function.
1414 // This works in much the same way as those scripts.
15- "command" : [ " mv loopdepth.py loopdepth" ,
16- " python3 loopdepth *.py" ],
15+ "command" : [ " submitty_count -l python depth loop *.py" ],
1716 "points" : 10 ,
1817 "validation" : [
1918 {
You can’t perform that action at this time.
0 commit comments