6.13.10.2.17.2. Test 16: Python diff test
On-the-fly python test script follows.
Start python section from input_frame.ipk
993: print 'Hello from python diff function test.'
994: print 'Hello again from python diff function test.'
Actual output follows.
Start output section of python <>
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
996: Hello from python diff function test.
997: 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.
|