File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 13
13
14
14
import os
15
15
import sys
16
- import logging
17
16
# Look for the 'utils' module from where the script is running
18
17
script_dir = os .path .dirname (os .path .abspath (__file__ ))
19
18
sys .path .insert (0 , os .path .dirname (script_dir ))
Original file line number Diff line number Diff line change 13
13
14
14
import os
15
15
import sys
16
- import logging
17
16
# Look for the 'utils' module from where the script is running
18
17
script_dir = os .path .dirname (os .path .abspath (__file__ ))
19
18
sys .path .insert (0 , os .path .dirname (script_dir ))
24
23
def test_sch_simple_1 (test_dir ):
25
24
ctx = context .TestContextSCH (test_dir , 1 )
26
25
ctx .run ()
27
- #ctx.compare_out_file()
28
26
ctx .compare_out_pngs ()
29
27
ctx .clean_up ()
30
28
@@ -33,7 +31,6 @@ def test_sch_multi_1(test_dir):
33
31
ctx = context .TestContextSCH (test_dir , 2 )
34
32
ctx .run (['--all_pages' ])
35
33
ctx .compare_out_file ()
36
- #ctx.compare_out_pngs()
37
34
ctx .clean_up ()
38
35
39
36
Original file line number Diff line number Diff line change 1
1
import os
2
- import shutil
3
- import tempfile
4
2
import logging
5
3
import subprocess
6
4
import re
You can’t perform that action at this time.
0 commit comments