Commit 0f37dbe
committed
display python imports in first example in tutorial
The tutorial was skipping the two imports
import reframe as rfm
import reframe.utility.sanity as sn
by using the :pyobject: option to only highlight stream_test. This is
the first example shown in the tutorial and it is important that the
entire file is displayed.
Presumably this technique is used to avoid the license notice; we can
use :lines: instead.1 parent c513aa9 commit 0f37dbe
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments