-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathtest.log
More file actions
176 lines (175 loc) · 13.6 KB
/
test.log
File metadata and controls
176 lines (175 loc) · 13.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
running pytest
running egg_info
creating GSLab_Tools.egg-info
writing requirements to GSLab_Tools.egg-info/requires.txt
writing GSLab_Tools.egg-info/PKG-INFO
writing top-level names to GSLab_Tools.egg-info/top_level.txt
writing dependency_links to GSLab_Tools.egg-info/dependency_links.txt
writing manifest file 'GSLab_Tools.egg-info/SOURCES.txt'
reading manifest file 'GSLab_Tools.egg-info/SOURCES.txt'
writing manifest file 'GSLab_Tools.egg-info/SOURCES.txt'
running build_ext
============================= test session starts ==============================
platform darwin -- Python 2.7.15, pytest-3.5.1, py-1.5.3, pluggy-0.6.0
rootdir: /Users/Ritzwoller/Desktop/gslab_python, inifile:
collected 36 items / 13 errors
==================================== ERRORS ====================================
____________ ERROR collecting gslab_scons/tests/test_build_latex.py ____________
ImportError while importing test module '/Users/Ritzwoller/Desktop/gslab_python/gslab_scons/tests/test_build_latex.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../gslab_scons/tests/test_build_latex.py:6: in <module>
import mock
E ImportError: No module named mock
_____________ ERROR collecting gslab_scons/tests/test_build_lyx.py _____________
ImportError while importing test module '/Users/Ritzwoller/Desktop/gslab_python/gslab_scons/tests/test_build_lyx.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../gslab_scons/tests/test_build_lyx.py:6: in <module>
import mock
E ImportError: No module named mock
___________ ERROR collecting gslab_scons/tests/test_build_matlab.py ____________
ImportError while importing test module '/Users/Ritzwoller/Desktop/gslab_python/gslab_scons/tests/test_build_matlab.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../gslab_scons/tests/test_build_matlab.py:5: in <module>
import mock
E ImportError: No module named mock
___________ ERROR collecting gslab_scons/tests/test_build_python.py ____________
ImportError while importing test module '/Users/Ritzwoller/Desktop/gslab_python/gslab_scons/tests/test_build_python.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../gslab_scons/tests/test_build_python.py:5: in <module>
import mock
E ImportError: No module named mock
______________ ERROR collecting gslab_scons/tests/test_build_r.py ______________
ImportError while importing test module '/Users/Ritzwoller/Desktop/gslab_python/gslab_scons/tests/test_build_r.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../gslab_scons/tests/test_build_r.py:6: in <module>
import mock
E ImportError: No module named mock
____________ ERROR collecting gslab_scons/tests/test_build_stata.py ____________
ImportError while importing test module '/Users/Ritzwoller/Desktop/gslab_python/gslab_scons/tests/test_build_stata.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../gslab_scons/tests/test_build_stata.py:6: in <module>
import mock
E ImportError: No module named mock
___________ ERROR collecting gslab_scons/tests/test_build_tables.py ____________
ImportError while importing test module '/Users/Ritzwoller/Desktop/gslab_python/gslab_scons/tests/test_build_tables.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../gslab_scons/tests/test_build_tables.py:7: in <module>
import mock
E ImportError: No module named mock
________ ERROR collecting gslab_scons/tests/test_configuration_tests.py ________
ImportError while importing test module '/Users/Ritzwoller/Desktop/gslab_python/gslab_scons/tests/test_configuration_tests.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../gslab_scons/tests/test_configuration_tests.py:6: in <module>
import mock
E ImportError: No module named mock
________________ ERROR collecting gslab_scons/tests/test_log.py ________________
ImportError while importing test module '/Users/Ritzwoller/Desktop/gslab_python/gslab_scons/tests/test_log.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../gslab_scons/tests/test_log.py:5: in <module>
import mock
E ImportError: No module named mock
_______________ ERROR collecting gslab_scons/tests/test_misc.py ________________
ImportError while importing test module '/Users/Ritzwoller/Desktop/gslab_python/gslab_scons/tests/test_misc.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../gslab_scons/tests/test_misc.py:6: in <module>
import mock
E ImportError: No module named mock
_________ ERROR collecting gslab_scons/tests/test_release_function.py __________
ImportError while importing test module '/Users/Ritzwoller/Desktop/gslab_python/gslab_scons/tests/test_release_function.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../gslab_scons/tests/test_release_function.py:5: in <module>
import mock
E ImportError: No module named mock
___________ ERROR collecting gslab_scons/tests/test_release_tools.py ___________
ImportError while importing test module '/Users/Ritzwoller/Desktop/gslab_python/gslab_scons/tests/test_release_tools.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../gslab_scons/tests/test_release_tools.py:5: in <module>
import mock
E ImportError: No module named mock
___________ ERROR collecting gslab_scons/tests/test_size_warning.py ____________
ImportError while importing test module '/Users/Ritzwoller/Desktop/gslab_python/gslab_scons/tests/test_size_warning.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../gslab_scons/tests/test_size_warning.py:5: in <module>
import mock
E ImportError: No module named mock
!!!!!!!!!!!!!!!!!!! Interrupted: 13 errors during collection !!!!!!!!!!!!!!!!!!!
=========================== 13 error in 0.50 seconds ===========================
Name Stmts Miss Branch BrPart Cover Missing
-------------------------------------------------------------------------------------------
gslab_fill/tablefill.py 141 122 68 0 9% 13-25, 31-40, 44-47, 51-57, 61-77, 81-84, 87-115, 118-149, 152-160, 164-176, 180-182
gslab_fill/tablefill_info.py 0 0 0 0 100%
gslab_fill/tests/test_tablefill.py 97 77 42 1 15% 22-23, 26-40, 43-60, 63-77, 80-86, 90-113, 116-137, 140-141, 145-146, 144->145
gslab_fill/tests/test_textfill.py 84 61 12 1 25% 18-19, 22-29, 32-40, 43-50, 53-65, 68-72, 75-79, 82-91, 95-115, 119-131, 134-135, 139-140, 138->139
gslab_fill/textfill.py 135 114 60 0 11% 12-24, 31-52, 56-59, 63-72, 77-82, 85-89, 92-93, 96-101, 104-106, 110-119, 123-128, 132-162, 166-190
gslab_fill/textfill_info.py 0 0 0 0 100%
gslab_make/dir_mod.py 151 130 70 0 10% 28-31, 43-54, 69-145, 159-205, 216-220, 224-226, 230-237, 241-249
gslab_make/get_externals.py 22 16 2 0 25% 78-98
gslab_make/get_externals_github.py 22 15 2 0 29% 57-79
gslab_make/make_link_logs.py 36 28 16 0 15% 61-75, 86-106
gslab_make/make_links.py 18 12 4 0 27% 60-78
gslab_make/make_log.py 166 146 66 0 9% 35-63, 77-100, 113-128, 146-172, 191-217, 250-262, 279-297, 313-345
gslab_make/private/exceptionclasses.py 11 2 0 0 82% 5, 7
gslab_make/private/getexternalsdirectives.py 200 167 86 0 12% 17-23, 26-44, 48-49, 53-55, 59-70, 74-75, 79-83, 87-108, 112-123, 127, 136-151, 155-204, 208, 213-217, 222-230, 239-253, 257-264, 269-278, 286-299, 303-307, 311-316
gslab_make/private/linkdirectives.py 108 92 56 0 10% 14-34, 39-44, 48-49, 53-62, 66-87, 90-102, 106-114, 117-140, 144-157
gslab_make/private/linkslist.py 55 46 30 0 11% 13-42, 45-49, 52-70
gslab_make/private/messages.py 48 0 0 0 100%
gslab_make/private/metadata.py 9 0 0 0 100%
gslab_make/private/preliminaries.py 107 88 40 0 13% 17-26, 29-38, 43-56, 60-64, 67-72, 81-90, 97-113, 120-141, 144-146, 151-160
gslab_make/private/runprogramdirective.py 207 185 104 0 7% 16-93, 97-107, 111-116, 121-134, 138-145, 149-163, 167-220, 224-240, 244-264, 271-282, 285-289, 296-302
gslab_make/run_program.py 238 217 80 0 7% 129-162, 178-202, 208-225, 231-248, 254-275, 281-298, 304-321, 332-392, 398-423, 429-447, 453-488, 494-499
gslab_make/tests/nostderrout.py 12 9 2 0 21% 6-14
gslab_misc/gencat/gencat.py 79 58 28 0 20% 40-49, 57-60, 66-73, 81, 89, 95-101, 109-119, 129-154
gslab_misc/gencat/tests/run_all_tests.py 9 9 0 0 0% 3-14
gslab_misc/gencat/tests/test_checkDicts.py 55 40 6 1 26% 16-22, 29-38, 45-55, 61-71, 74-76, 80, 79->80
gslab_misc/gencat/tests/test_cleanDir.py 56 35 6 1 35% 15, 18, 27-33, 39-42, 48-53, 59-60, 66-67, 73-75, 81-85, 88-90, 94, 93->94
gslab_misc/gencat/tests/test_main.py 49 33 8 1 30% 17-18, 21-22, 28-39, 46-62, 65-67, 71, 70->71
gslab_misc/gencat/tests/test_unzipFiles.py 124 102 30 1 15% 15, 17, 26-32, 38-40, 46-51, 58-71, 78-103, 110-140, 147-185, 188-190, 194, 193->194
gslab_misc/gencat/tests/test_writeDict.py 60 40 8 1 31% 15, 17, 26-32, 38-44, 50-59, 65-71, 77-83, 86-88, 92, 91->92
gslab_misc/gencat/tests/test_zipFile.py 101 82 8 1 18% 16, 19, 24-33, 39-56, 62-81, 87-113, 119-140, 143-145, 149, 148->149
gslab_scons/_exception_classes.py 13 1 0 0 92% 3
gslab_scons/_release_tools.py 133 133 42 0 0% 1-278
gslab_scons/builders/build_anything.py 45 35 8 0 19% 38-51, 59-74, 82-85, 91-93, 99-105
gslab_scons/builders/build_latex.py 13 8 0 0 38% 23-30, 38-41
gslab_scons/builders/build_lyx.py 19 12 0 0 37% 23-30, 38-40, 46-50
gslab_scons/builders/build_matlab.py 39 28 4 0 26% 21-27, 35-39, 45-54, 60-67, 73-76
gslab_scons/builders/build_python.py 11 7 0 0 36% 20-26, 34-36
gslab_scons/builders/build_r.py 11 7 0 0 36% 20-27, 35-37
gslab_scons/builders/build_stata.py 39 27 0 0 31% 24-30, 38-42, 46-51, 55-67, 73-75, 81-83
gslab_scons/builders/build_tables.py 25 18 2 0 26% 24-31, 39-44, 48-49, 54-66
gslab_scons/builders/gslab_builder.py 91 73 10 0 18% 39-54, 64-74, 81-86, 94, 103-109, 117-125, 133-137, 144-153, 160-165, 172-180
gslab_scons/check_prereq.py 64 55 22 0 10% 16-40, 47-62, 70-83, 90-101
gslab_scons/log.py 69 59 22 0 11% 13-29, 35-72, 84-108
gslab_scons/log_paths_dict.py 91 75 32 0 13% 15-23, 34-41, 48-58, 64-67, 75-80, 87-91, 97, 105-109, 116-129, 136-143, 149-159
gslab_scons/misc.py 172 148 64 0 10% 16-18, 25-27, 35-36, 44, 52-60, 65-73, 78-79, 83-91, 99-140, 144-153, 161-164, 172-204, 213-239, 247-261, 272-303
gslab_scons/release.py 53 53 30 0 0% 1-88
gslab_scons/scons_debrief.py 140 122 58 0 9% 20-34, 38-70, 82-159, 167-170, 180-214, 222-224, 234-246, 255-263, 270-272
gslab_scons/tests/_side_effects.py 145 145 32 0 0% 1-310
gslab_scons/tests/_test_helpers.py 93 93 32 0 0% 1-262
gslab_scons/tests/test_build_latex.py 52 47 8 0 8% 7-108
gslab_scons/tests/test_build_lyx.py 52 47 8 0 8% 7-108
gslab_scons/tests/test_build_matlab.py 62 57 12 0 7% 6-118
gslab_scons/tests/test_build_python.py 47 42 12 0 8% 6-80
gslab_scons/tests/test_build_r.py 44 39 12 0 9% 7-82
gslab_scons/tests/test_build_stata.py 90 85 8 0 5% 7-170
gslab_scons/tests/test_build_tables.py 88 82 12 0 6% 10-178
gslab_scons/tests/test_configuration_tests.py 194 188 54 0 2% 7-313
gslab_scons/tests/test_log.py 117 112 16 0 4% 6-202
gslab_scons/tests/test_misc.py 192 186 28 0 3% 7-363
gslab_scons/tests/test_release_function.py 121 116 22 0 3% 6-324
gslab_scons/tests/test_release_tools.py 64 59 2 0 8% 6-153
gslab_scons/tests/test_size_warning.py 183 178 46 0 2% 6-380
-------------------------------------------------------------------------------------------
TOTAL 4972 4263 1432 8 11%