File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
04_python_static_analysis/config
13_cmake_compilation/config Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 16
16
{
17
17
// Grade by "diffing" the student output with an
18
18
// instructor-provided file.
19
- "method" : " myersDiffbyLinebyChar " ,
19
+ "method" : " diff " ,
20
20
// The student's output. Corresponds to the position
21
21
// of a command in the "command" list above: since
22
22
// "python *.py" is the first command, it's output
Original file line number Diff line number Diff line change 19
19
"points" : 15 ,
20
20
"validation" : [
21
21
{
22
- "method" : " myersDiffbyLinebyChar " ,
22
+ "method" : " diff " ,
23
23
"actual_file" : " STDOUT.txt" ,
24
24
"description" : " Program Output" ,
25
25
"expected_file" : " test1_output.txt"
Original file line number Diff line number Diff line change 13
13
"points" : 3 ,
14
14
"validation" : [
15
15
{
16
- "method" : " myersDiffbyLinebyChar " ,
16
+ "method" : " diff " ,
17
17
"actual_file" : " STDOUT.txt" ,
18
18
"description" : " Program Output" ,
19
19
"expected_file" : " part1_sol.txt"
26
26
"points" : 4 ,
27
27
"validation" : [
28
28
{
29
- "method" : " myersDiffbyLinebyChar " ,
29
+ "method" : " diff " ,
30
30
"actual_file" : " STDOUT.txt" ,
31
31
"description" : " Program Output" ,
32
32
"expected_file" : " part2_sol.txt"
39
39
"points" : 3 ,
40
40
"validation" : [
41
41
{
42
- "method" : " myersDiffbyLinebyChar " ,
42
+ "method" : " diff " ,
43
43
"actual_file" : " STDOUT.txt" ,
44
44
"description" : " Program Output" ,
45
45
"expected_file" : " part3_sol.txt"
Original file line number Diff line number Diff line change 14
14
"validation" : [
15
15
// First, ensure that the student received the correct answer.
16
16
{
17
- "method" : " myersDiffbyLinebyChar " ,
17
+ "method" : " diff " ,
18
18
"actual_file" : " STDOUT_0.txt" ,
19
19
"description" : " Program Output" ,
20
20
"expected_file" : " output.txt"
Original file line number Diff line number Diff line change 18
18
"points" : 4 ,
19
19
"validation" : [
20
20
{
21
- "method" : " myersDiffbyLinebyChar " ,
21
+ "method" : " diff " ,
22
22
"actual_file" : " STDOUT.txt" ,
23
23
"description" : " Program Output" ,
24
24
"expected_file" : " simple_out.txt"
Original file line number Diff line number Diff line change 21
21
"validation" :
22
22
[
23
23
{
24
- "method" : " myersDiffbyLinebyChar " ,
24
+ "method" : " diff " ,
25
25
"actual_file" : " STDOUT.txt" ,
26
26
"description" : " Program Output" ,
27
27
"expected_file" : " output.txt"
You can’t perform that action at this time.
0 commit comments