6.19.10.2.18.2. Test 18: Python diff test
On-the-fly python test script follows.
Start python section from input_frame.ipk
1122: print 'Hello from python diff function test.'
1123: print 'Hello again from python diff function test.'
Actual output follows.
Start output section of python <<temporary>>
1: Hello from python diff function test.
2: Hello again from python diff function test.
On-the-fly expected output follows.
Start expected section of input_frame.ipk
1125: Hello from python diff function test.
1126: Hello error from python diff function test.
Differential follows.
Actual | Expected |
2:! Hello again from python diff function test. | 2:! Hello error from python diff function test. |