Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vsalvino committed Jun 24, 2020
1 parent bcf70b4 commit bcd571b
Show file tree
Hide file tree
Showing 25 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion coverage/htmlfiles/pyfile.html
Expand Up @@ -38,7 +38,7 @@ <h2 class="stats">
<button type="button" class="{{category.exc}} shortkey_x button_toggle_exc" title="Toggle lines excluded">{{nums.n_excluded}} excluded</button>

{% if has_arcs %}
<button type="button" class="{{category.par}} shortkey_p button_toggle_par" title="Toggle lines partially run">{{nums.n_partial_branches}} partial</button>
<button type="button" class="{{category.par}} shortkey_p button_toggle_par" title="Toggle lines partially run">{{nums.n_partial_branches}} partial</button>
{% endif %}
</h2>
</div>
Expand Down
6 changes: 3 additions & 3 deletions tests/gold/html/a/a_py.html
Expand Up @@ -22,9 +22,9 @@ <h1>Coverage for <b>a.py</b> :
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
3 statements &nbsp;
<span class="run shortkey_r button_toggle_run">2 run</span>
<span class="mis show_mis shortkey_m button_toggle_mis">1 missing</span>
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">1 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions tests/gold/html/b_branch/b_py.html
Expand Up @@ -22,10 +22,10 @@ <h1>Coverage for <b>b.py</b> :
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
17 statements &nbsp;
<span class="run shortkey_r button_toggle_run">14 run</span>
<span class="mis show_mis shortkey_m button_toggle_mis">3 missing</span>
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
<span class="par run show_par shortkey_p button_toggle_par">4 partial</span>
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">14 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">3 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
<button type="button" class="par run show_par shortkey_p button_toggle_par" title="Toggle lines partially run">4 partial</button>
</h2>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions tests/gold/html/bom/2/bom_py.html
Expand Up @@ -22,9 +22,9 @@ <h1>Coverage for <b>bom.py</b> :
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
7 statements &nbsp;
<span class="run shortkey_r button_toggle_run">5 run</span>
<span class="mis show_mis shortkey_m button_toggle_mis">2 missing</span>
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">5 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">2 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions tests/gold/html/bom/bom_py.html
Expand Up @@ -22,9 +22,9 @@ <h1>Coverage for <b>bom.py</b> :
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
7 statements &nbsp;
<span class="run shortkey_r button_toggle_run">5 run</span>
<span class="mis show_mis shortkey_m button_toggle_mis">2 missing</span>
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">5 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">2 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions tests/gold/html/isolatin1/isolatin1_py.html
Expand Up @@ -22,9 +22,9 @@ <h1>Coverage for <b>isolatin1.py</b> :
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
2 statements &nbsp;
<span class="run shortkey_r button_toggle_run">2 run</span>
<span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions tests/gold/html/omit_1/m1_py.html
Expand Up @@ -22,9 +22,9 @@ <h1>Coverage for <b>m1.py</b> :
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
2 statements &nbsp;
<span class="run shortkey_r button_toggle_run">2 run</span>
<span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions tests/gold/html/omit_1/m2_py.html
Expand Up @@ -22,9 +22,9 @@ <h1>Coverage for <b>m2.py</b> :
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
2 statements &nbsp;
<span class="run shortkey_r button_toggle_run">2 run</span>
<span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions tests/gold/html/omit_1/m3_py.html
Expand Up @@ -22,9 +22,9 @@ <h1>Coverage for <b>m3.py</b> :
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
2 statements &nbsp;
<span class="run shortkey_r button_toggle_run">2 run</span>
<span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions tests/gold/html/omit_1/main_py.html
Expand Up @@ -22,9 +22,9 @@ <h1>Coverage for <b>main.py</b> :
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
8 statements &nbsp;
<span class="run shortkey_r button_toggle_run">8 run</span>
<span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">8 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions tests/gold/html/omit_2/m2_py.html
Expand Up @@ -22,9 +22,9 @@ <h1>Coverage for <b>m2.py</b> :
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
2 statements &nbsp;
<span class="run shortkey_r button_toggle_run">2 run</span>
<span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions tests/gold/html/omit_2/m3_py.html
Expand Up @@ -22,9 +22,9 @@ <h1>Coverage for <b>m3.py</b> :
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
2 statements &nbsp;
<span class="run shortkey_r button_toggle_run">2 run</span>
<span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions tests/gold/html/omit_2/main_py.html
Expand Up @@ -22,9 +22,9 @@ <h1>Coverage for <b>main.py</b> :
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
8 statements &nbsp;
<span class="run shortkey_r button_toggle_run">8 run</span>
<span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">8 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions tests/gold/html/omit_3/m3_py.html
Expand Up @@ -22,9 +22,9 @@ <h1>Coverage for <b>m3.py</b> :
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
2 statements &nbsp;
<span class="run shortkey_r button_toggle_run">2 run</span>
<span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions tests/gold/html/omit_3/main_py.html
Expand Up @@ -22,9 +22,9 @@ <h1>Coverage for <b>main.py</b> :
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
8 statements &nbsp;
<span class="run shortkey_r button_toggle_run">8 run</span>
<span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">8 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions tests/gold/html/omit_4/m1_py.html
Expand Up @@ -22,9 +22,9 @@ <h1>Coverage for <b>m1.py</b> :
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
2 statements &nbsp;
<span class="run shortkey_r button_toggle_run">2 run</span>
<span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions tests/gold/html/omit_4/m3_py.html
Expand Up @@ -22,9 +22,9 @@ <h1>Coverage for <b>m3.py</b> :
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
2 statements &nbsp;
<span class="run shortkey_r button_toggle_run">2 run</span>
<span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions tests/gold/html/omit_4/main_py.html
Expand Up @@ -22,9 +22,9 @@ <h1>Coverage for <b>main.py</b> :
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
8 statements &nbsp;
<span class="run shortkey_r button_toggle_run">8 run</span>
<span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">8 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions tests/gold/html/omit_5/m1_py.html
Expand Up @@ -22,9 +22,9 @@ <h1>Coverage for <b>m1.py</b> :
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
2 statements &nbsp;
<span class="run shortkey_r button_toggle_run">2 run</span>
<span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions tests/gold/html/omit_5/main_py.html
Expand Up @@ -22,9 +22,9 @@ <h1>Coverage for <b>main.py</b> :
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
8 statements &nbsp;
<span class="run shortkey_r button_toggle_run">8 run</span>
<span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">8 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions tests/gold/html/other/blah_blah_other_py.html
Expand Up @@ -22,9 +22,9 @@ <h1>Coverage for <b>/private/var/folders/j2/gr3cj3jn63s5q8g3bjvw57hm0000gp/T/cov
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
1 statements &nbsp;
<span class="run shortkey_r button_toggle_run">1 run</span>
<span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">1 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions tests/gold/html/other/here_py.html
Expand Up @@ -22,9 +22,9 @@ <h1>Coverage for <b>here.py</b> :
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
4 statements &nbsp;
<span class="run shortkey_r button_toggle_run">3 run</span>
<span class="mis show_mis shortkey_m button_toggle_mis">1 missing</span>
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">3 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">1 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
</h2>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions tests/gold/html/partial/partial_py.html
Expand Up @@ -22,10 +22,10 @@ <h1>Coverage for <b>partial.py</b> :
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
7 statements &nbsp;
<span class="run shortkey_r button_toggle_run">7 run</span>
<span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
<span class="exc show_exc shortkey_x button_toggle_exc">1 excluded</span>
<span class="par run show_par shortkey_p button_toggle_par">1 partial</span>
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">7 run</button>
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">1 excluded</button>
<button type="button" class="par run show_par shortkey_p button_toggle_par" title="Toggle lines partially run">1 partial</button>
</h2>
</div>
</div>
Expand Down

0 comments on commit bcd571b

Please sign in to comment.