summaryrefslogtreecommitdiff
path: root/tests/gold/html/omit_1
diff options
context:
space:
mode:
authorVince Salvino <salvino@coderedcorp.com>2020-06-24 19:39:44 -0400
committerVince Salvino <salvino@coderedcorp.com>2020-06-24 19:51:04 -0400
commitbcd571b369d3c7f57bac644136a0c2fbe7f1d78c (patch)
treee262c1e6e691914a4b755394f83b95dcc6c2f8b8 /tests/gold/html/omit_1
parentbcf70b4d59e7dede57edcb5ae01d3edbf97a9c29 (diff)
downloadpython-coveragepy-git-bcd571b369d3c7f57bac644136a0c2fbe7f1d78c.tar.gz
Fix tests
Diffstat (limited to 'tests/gold/html/omit_1')
-rw-r--r--tests/gold/html/omit_1/m1_py.html6
-rw-r--r--tests/gold/html/omit_1/m2_py.html6
-rw-r--r--tests/gold/html/omit_1/m3_py.html6
-rw-r--r--tests/gold/html/omit_1/main_py.html6
4 files changed, 12 insertions, 12 deletions
diff --git a/tests/gold/html/omit_1/m1_py.html b/tests/gold/html/omit_1/m1_py.html
index 60923930..57584495 100644
--- a/tests/gold/html/omit_1/m1_py.html
+++ b/tests/gold/html/omit_1/m1_py.html
@@ -22,9 +22,9 @@
<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>
diff --git a/tests/gold/html/omit_1/m2_py.html b/tests/gold/html/omit_1/m2_py.html
index de060f32..e8c1791d 100644
--- a/tests/gold/html/omit_1/m2_py.html
+++ b/tests/gold/html/omit_1/m2_py.html
@@ -22,9 +22,9 @@
<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>
diff --git a/tests/gold/html/omit_1/m3_py.html b/tests/gold/html/omit_1/m3_py.html
index 76a91a4a..e714d47f 100644
--- a/tests/gold/html/omit_1/m3_py.html
+++ b/tests/gold/html/omit_1/m3_py.html
@@ -22,9 +22,9 @@
<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>
diff --git a/tests/gold/html/omit_1/main_py.html b/tests/gold/html/omit_1/main_py.html
index 9f242537..28173d12 100644
--- a/tests/gold/html/omit_1/main_py.html
+++ b/tests/gold/html/omit_1/main_py.html
@@ -22,9 +22,9 @@
<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>