File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
04_python_static_analysis/config Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
"actual_file" : " STDOUT_1.txt" ,
34
34
"description" : " Number of assignments" ,
35
35
36
- // The method by which to compare the output of "submitty_count_node "
36
+ // The method by which to compare the output of "submitty_count "
37
37
// against the provided term (here, "greater-than-or-equal" is used).
38
38
"comparison" : " ge" ,
39
39
// The integer against which to compare.
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 node for *.py" ,
12
+ " submitty_count token while *.py" ],
13
13
"points" : 2 ,
14
14
"validation" : [
15
15
{
You can’t perform that action at this time.
0 commit comments