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 8
8
"testcases" : [
9
9
{
10
10
"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" ],
13
13
"points" : 2 ,
14
14
"validation" : [
15
15
{
Original file line number Diff line number Diff line change 12
12
// Here, an instructor-provided static analysis script is used, rather
13
13
// than one of the provided scripts like count_token and count_function.
14
14
// 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" ],
17
16
"points" : 10 ,
18
17
"validation" : [
19
18
{
You can’t perform that action at this time.
0 commit comments