diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-23 17:27:06 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-23 20:01:48 -0400 |
commit | 668eec7da3358c92b1e6ce266775bb2f89ff8260 (patch) | |
tree | f30a82b0340c5839e3c44f6b5a460f924e2f9fbb /tests/gold/html/omit_1 | |
parent | bd929f953734f3f5d6cf3e0534aa573b44fc45e2 (diff) | |
download | python-coveragepy-git-668eec7da3358c92b1e6ce266775bb2f89ff8260.tar.gz |
test: update gold files
Diffstat (limited to 'tests/gold/html/omit_1')
-rw-r--r-- | tests/gold/html/omit_1/index.html | 73 | ||||
-rw-r--r-- | tests/gold/html/omit_1/m1_py.html | 89 | ||||
-rw-r--r-- | tests/gold/html/omit_1/m2_py.html | 89 | ||||
-rw-r--r-- | tests/gold/html/omit_1/m3_py.html | 89 | ||||
-rw-r--r-- | tests/gold/html/omit_1/main_py.html | 89 |
5 files changed, 203 insertions, 226 deletions
diff --git a/tests/gold/html/omit_1/index.html b/tests/gold/html/omit_1/index.html index 47847292..5a1b0412 100644 --- a/tests/gold/html/omit_1/index.html +++ b/tests/gold/html/omit_1/index.html @@ -5,14 +5,7 @@ <title>Coverage report</title> <link rel="icon" sizes="32x32" href="favicon_32.png"> <link rel="stylesheet" href="style.css" type="text/css"> - <script type="text/javascript" src="jquery.min.js"></script> - <script type="text/javascript" src="jquery.ba-throttle-debounce.min.js"></script> - <script type="text/javascript" src="jquery.tablesorter.min.js"></script> - <script type="text/javascript" src="jquery.hotkeys.js"></script> - <script type="text/javascript" src="coverage_html.js"></script> - <script type="text/javascript"> - jQuery(document).ready(coverage.index_ready); - </script> + <script type="text/javascript" src="coverage_html.js" defer></script> </head> <body class="indexfile"> <header> @@ -20,45 +13,40 @@ <h1>Coverage report: <span class="pc_cov">100%</span> </h1> - <img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" /> + <div id="help_panel_wrapper"> + <input id="help_panel_state" type="checkbox"> + <label for="help_panel_state"> + <img id="keyboard_icon" src="keybd_closed.png" alt="Show/hide keyboard shortcuts" /> + </label> + <div id="help_panel"> + <p class="legend">Shortcuts on this page</p> + <div> + <p class="keyhelp"> + <kbd>n</kbd> + <kbd>s</kbd> + <kbd>m</kbd> + <kbd>x</kbd> + <kbd>c</kbd> change column sorting + </p> + </div> + </div> + </div> <form id="filter_container"> <input id="filter" type="text" value="" placeholder="filter..." /> </form> </div> </header> -<aside class="help_panel"> - <img id="panel_icon" src="keybd_open.png" alt="Hide keyboard shortcuts" /> - <p class="legend">Hot-keys on this page</p> - <div> - <p class="keyhelp"> - <span class="key">n</span> - <span class="key">s</span> - <span class="key">m</span> - <span class="key">x</span> - <span class="key">c</span> change column sorting - </p> - </div> -</aside> <main id="index"> - <table class="index"> + <table class="index" data-sortable> <thead> <tr class="tablehead" title="Click to sort"> - <th class="name left headerSortDown shortkey_n">Module</th> - <th class="shortkey_s">statements</th> - <th class="shortkey_m">missing</th> - <th class="shortkey_x">excluded</th> - <th class="right shortkey_c">coverage</th> + <th class="name left" aria-sort="none" data-shortcut="n">Module</th> + <th aria-sort="none" data-default-sort-order="descending" data-shortcut="s">statements</th> + <th aria-sort="none" data-default-sort-order="descending" data-shortcut="m">missing</th> + <th aria-sort="none" data-default-sort-order="descending" data-shortcut="x">excluded</th> + <th class="right" aria-sort="none" data-shortcut="c">coverage</th> </tr> </thead> - <tfoot> - <tr class="total"> - <td class="name left">Total</td> - <td>14</td> - <td>0</td> - <td>0</td> - <td class="right" data-ratio="14 14">100%</td> - </tr> - </tfoot> <tbody> <tr class="file"> <td class="name left"><a href="m1_py.html">m1.py</a></td> @@ -89,6 +77,15 @@ <td class="right" data-ratio="8 8">100%</td> </tr> </tbody> + <tfoot> + <tr class="total"> + <td class="name left">Total</td> + <td>14</td> + <td>0</td> + <td>0</td> + <td class="right" data-ratio="14 14">100%</td> + </tr> + </tfoot> </table> <p id="no_rows"> No items found using the specified filter. @@ -98,7 +95,7 @@ <div class="content"> <p> <a class="nav" href="https://coverage.readthedocs.io/en/6.1a0">coverage.py v6.1a0</a>, - created at 2021-10-17 10:52 -0400 + created at 2021-10-23 08:16 -0400 </p> </div> </footer> diff --git a/tests/gold/html/omit_1/m1_py.html b/tests/gold/html/omit_1/m1_py.html index 5fd5e702..38a9051e 100644 --- a/tests/gold/html/omit_1/m1_py.html +++ b/tests/gold/html/omit_1/m1_py.html @@ -6,61 +6,56 @@ <title>Coverage for m1.py: 100%</title> <link rel="icon" sizes="32x32" href="favicon_32.png"> <link rel="stylesheet" href="style.css" type="text/css"> - <script type="text/javascript" src="jquery.min.js"></script> - <script type="text/javascript" src="jquery.hotkeys.js"></script> - <script type="text/javascript" src="jquery.isonscreen.js"></script> - <script type="text/javascript" src="coverage_html.js"></script> - <script type="text/javascript"> - jQuery(document).ready(coverage.pyfile_ready); - </script> + <script type="text/javascript" src="coverage_html.js" defer></script> </head> <body class="pyfile"> -<aside id="sticky_header"> - <div class="content stats"> - <p><b>m1.py</b> : 100% - <button type="button" class="run button_toggle_run" title="Toggle lines run">2</button> - <button type="button" class="mis show_mis button_toggle_mis" title="Toggle lines missing">0</button> - <button type="button" class="exc show_exc button_toggle_exc" title="Toggle lines excluded">0</button> - <img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" /> - </p> - </div> -</aside> <header> <div class="content"> - <h1>Coverage for <b>m1.py</b> : + <h1> + <span class="text">Coverage for </span><b>m1.py</b>: <span class="pc_cov">100%</span> </h1> - <img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" /> - <h2 class="stats"> - 2 statements - <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> + <div id="help_panel_wrapper"> + <input id="help_panel_state" type="checkbox"> + <label for="help_panel_state"> + <img id="keyboard_icon" src="keybd_closed.png" alt="Show/hide keyboard shortcuts" /> + </label> + <div id="help_panel"> + <p class="legend">Shortcuts on this page</p> + <div> + <p class="keyhelp"> + <kbd>r</kbd> + <kbd>m</kbd> + <kbd>x</kbd> + <kbd>p</kbd> toggle line displays + </p> + <p class="keyhelp"> + <kbd>j</kbd> + <kbd>k</kbd> next/prev highlighted chunk + </p> + <p class="keyhelp"> + <kbd>0</kbd> (zero) top of page + </p> + <p class="keyhelp"> + <kbd>1</kbd> (one) first highlighted chunk + </p> + </div> + </div> + </div> + <h2> + <span class="text">2 statements </span> + <button type="button" class="run button_toggle_run" value="run" data-shortcut="r" title="Toggle lines run">2<span class="text"> run</span></button> + <button type="button" class="mis show_mis button_toggle_mis" value="mis" data-shortcut="m" title="Toggle lines missing">0<span class="text"> missing</span></button> + <button type="button" class="exc show_exc button_toggle_exc" value="exc" data-shortcut="x" title="Toggle lines excluded">0<span class="text"> excluded</span></button> </h2> + <div style="display: none;"> + <button type="button" class="button_next_chunk" data-shortcut="j">Next highlighted chunk</button> + <button type="button" class="button_prev_chunk" data-shortcut="k">Previous highlighted chunk</button> + <button type="button" class="button_top_of_page" data-shortcut="0">Goto top of page</button> + <button type="button" class="button_first_chunk" data-shortcut="1">Goto first highlighted chunk</button> + </div> </div> </header> -<aside class="help_panel"> - <img id="panel_icon" src="keybd_open.png" alt="Hide keyboard shortcuts" /> - <p class="legend">Hot-keys on this page</p> - <div> - <p class="keyhelp"> - <span class="key">r</span> - <span class="key">m</span> - <span class="key">x</span> - <span class="key">p</span> toggle line displays - </p> - <p class="keyhelp"> - <span class="key">j</span> - <span class="key">k</span> next/prev highlighted chunk - </p> - <p class="keyhelp"> - <span class="key">0</span> (zero) top of page - </p> - <p class="keyhelp"> - <span class="key">1</span> (one) first highlighted chunk - </p> - </div> -</aside> <main id="source"> <p id="t1" class="run"><span class="n"><a href="#t1">1</a></span><span class="t"><span class="nam">m1a</span> <span class="op">=</span> <span class="num">1</span> </span><span class="r"></span></p> <p id="t2" class="run"><span class="n"><a href="#t2">2</a></span><span class="t"><span class="nam">m1b</span> <span class="op">=</span> <span class="num">2</span> </span><span class="r"></span></p> @@ -69,7 +64,7 @@ <div class="content"> <p> <a class="nav" href="index.html">« index</a> <a class="nav" href="https://coverage.readthedocs.io/en/6.1a0">coverage.py v6.1a0</a>, - created at 2021-10-17 10:52 -0400 + created at 2021-10-23 08:16 -0400 </p> </div> </footer> diff --git a/tests/gold/html/omit_1/m2_py.html b/tests/gold/html/omit_1/m2_py.html index e56e55fb..25fdb2ec 100644 --- a/tests/gold/html/omit_1/m2_py.html +++ b/tests/gold/html/omit_1/m2_py.html @@ -6,61 +6,56 @@ <title>Coverage for m2.py: 100%</title> <link rel="icon" sizes="32x32" href="favicon_32.png"> <link rel="stylesheet" href="style.css" type="text/css"> - <script type="text/javascript" src="jquery.min.js"></script> - <script type="text/javascript" src="jquery.hotkeys.js"></script> - <script type="text/javascript" src="jquery.isonscreen.js"></script> - <script type="text/javascript" src="coverage_html.js"></script> - <script type="text/javascript"> - jQuery(document).ready(coverage.pyfile_ready); - </script> + <script type="text/javascript" src="coverage_html.js" defer></script> </head> <body class="pyfile"> -<aside id="sticky_header"> - <div class="content stats"> - <p><b>m2.py</b> : 100% - <button type="button" class="run button_toggle_run" title="Toggle lines run">2</button> - <button type="button" class="mis show_mis button_toggle_mis" title="Toggle lines missing">0</button> - <button type="button" class="exc show_exc button_toggle_exc" title="Toggle lines excluded">0</button> - <img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" /> - </p> - </div> -</aside> <header> <div class="content"> - <h1>Coverage for <b>m2.py</b> : + <h1> + <span class="text">Coverage for </span><b>m2.py</b>: <span class="pc_cov">100%</span> </h1> - <img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" /> - <h2 class="stats"> - 2 statements - <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> + <div id="help_panel_wrapper"> + <input id="help_panel_state" type="checkbox"> + <label for="help_panel_state"> + <img id="keyboard_icon" src="keybd_closed.png" alt="Show/hide keyboard shortcuts" /> + </label> + <div id="help_panel"> + <p class="legend">Shortcuts on this page</p> + <div> + <p class="keyhelp"> + <kbd>r</kbd> + <kbd>m</kbd> + <kbd>x</kbd> + <kbd>p</kbd> toggle line displays + </p> + <p class="keyhelp"> + <kbd>j</kbd> + <kbd>k</kbd> next/prev highlighted chunk + </p> + <p class="keyhelp"> + <kbd>0</kbd> (zero) top of page + </p> + <p class="keyhelp"> + <kbd>1</kbd> (one) first highlighted chunk + </p> + </div> + </div> + </div> + <h2> + <span class="text">2 statements </span> + <button type="button" class="run button_toggle_run" value="run" data-shortcut="r" title="Toggle lines run">2<span class="text"> run</span></button> + <button type="button" class="mis show_mis button_toggle_mis" value="mis" data-shortcut="m" title="Toggle lines missing">0<span class="text"> missing</span></button> + <button type="button" class="exc show_exc button_toggle_exc" value="exc" data-shortcut="x" title="Toggle lines excluded">0<span class="text"> excluded</span></button> </h2> + <div style="display: none;"> + <button type="button" class="button_next_chunk" data-shortcut="j">Next highlighted chunk</button> + <button type="button" class="button_prev_chunk" data-shortcut="k">Previous highlighted chunk</button> + <button type="button" class="button_top_of_page" data-shortcut="0">Goto top of page</button> + <button type="button" class="button_first_chunk" data-shortcut="1">Goto first highlighted chunk</button> + </div> </div> </header> -<aside class="help_panel"> - <img id="panel_icon" src="keybd_open.png" alt="Hide keyboard shortcuts" /> - <p class="legend">Hot-keys on this page</p> - <div> - <p class="keyhelp"> - <span class="key">r</span> - <span class="key">m</span> - <span class="key">x</span> - <span class="key">p</span> toggle line displays - </p> - <p class="keyhelp"> - <span class="key">j</span> - <span class="key">k</span> next/prev highlighted chunk - </p> - <p class="keyhelp"> - <span class="key">0</span> (zero) top of page - </p> - <p class="keyhelp"> - <span class="key">1</span> (one) first highlighted chunk - </p> - </div> -</aside> <main id="source"> <p id="t1" class="run"><span class="n"><a href="#t1">1</a></span><span class="t"><span class="nam">m2a</span> <span class="op">=</span> <span class="num">1</span> </span><span class="r"></span></p> <p id="t2" class="run"><span class="n"><a href="#t2">2</a></span><span class="t"><span class="nam">m2b</span> <span class="op">=</span> <span class="num">2</span> </span><span class="r"></span></p> @@ -69,7 +64,7 @@ <div class="content"> <p> <a class="nav" href="index.html">« index</a> <a class="nav" href="https://coverage.readthedocs.io/en/6.1a0">coverage.py v6.1a0</a>, - created at 2021-10-17 10:52 -0400 + created at 2021-10-23 08:16 -0400 </p> </div> </footer> diff --git a/tests/gold/html/omit_1/m3_py.html b/tests/gold/html/omit_1/m3_py.html index 498075ad..e8c8d26f 100644 --- a/tests/gold/html/omit_1/m3_py.html +++ b/tests/gold/html/omit_1/m3_py.html @@ -6,61 +6,56 @@ <title>Coverage for m3.py: 100%</title> <link rel="icon" sizes="32x32" href="favicon_32.png"> <link rel="stylesheet" href="style.css" type="text/css"> - <script type="text/javascript" src="jquery.min.js"></script> - <script type="text/javascript" src="jquery.hotkeys.js"></script> - <script type="text/javascript" src="jquery.isonscreen.js"></script> - <script type="text/javascript" src="coverage_html.js"></script> - <script type="text/javascript"> - jQuery(document).ready(coverage.pyfile_ready); - </script> + <script type="text/javascript" src="coverage_html.js" defer></script> </head> <body class="pyfile"> -<aside id="sticky_header"> - <div class="content stats"> - <p><b>m3.py</b> : 100% - <button type="button" class="run button_toggle_run" title="Toggle lines run">2</button> - <button type="button" class="mis show_mis button_toggle_mis" title="Toggle lines missing">0</button> - <button type="button" class="exc show_exc button_toggle_exc" title="Toggle lines excluded">0</button> - <img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" /> - </p> - </div> -</aside> <header> <div class="content"> - <h1>Coverage for <b>m3.py</b> : + <h1> + <span class="text">Coverage for </span><b>m3.py</b>: <span class="pc_cov">100%</span> </h1> - <img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" /> - <h2 class="stats"> - 2 statements - <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> + <div id="help_panel_wrapper"> + <input id="help_panel_state" type="checkbox"> + <label for="help_panel_state"> + <img id="keyboard_icon" src="keybd_closed.png" alt="Show/hide keyboard shortcuts" /> + </label> + <div id="help_panel"> + <p class="legend">Shortcuts on this page</p> + <div> + <p class="keyhelp"> + <kbd>r</kbd> + <kbd>m</kbd> + <kbd>x</kbd> + <kbd>p</kbd> toggle line displays + </p> + <p class="keyhelp"> + <kbd>j</kbd> + <kbd>k</kbd> next/prev highlighted chunk + </p> + <p class="keyhelp"> + <kbd>0</kbd> (zero) top of page + </p> + <p class="keyhelp"> + <kbd>1</kbd> (one) first highlighted chunk + </p> + </div> + </div> + </div> + <h2> + <span class="text">2 statements </span> + <button type="button" class="run button_toggle_run" value="run" data-shortcut="r" title="Toggle lines run">2<span class="text"> run</span></button> + <button type="button" class="mis show_mis button_toggle_mis" value="mis" data-shortcut="m" title="Toggle lines missing">0<span class="text"> missing</span></button> + <button type="button" class="exc show_exc button_toggle_exc" value="exc" data-shortcut="x" title="Toggle lines excluded">0<span class="text"> excluded</span></button> </h2> + <div style="display: none;"> + <button type="button" class="button_next_chunk" data-shortcut="j">Next highlighted chunk</button> + <button type="button" class="button_prev_chunk" data-shortcut="k">Previous highlighted chunk</button> + <button type="button" class="button_top_of_page" data-shortcut="0">Goto top of page</button> + <button type="button" class="button_first_chunk" data-shortcut="1">Goto first highlighted chunk</button> + </div> </div> </header> -<aside class="help_panel"> - <img id="panel_icon" src="keybd_open.png" alt="Hide keyboard shortcuts" /> - <p class="legend">Hot-keys on this page</p> - <div> - <p class="keyhelp"> - <span class="key">r</span> - <span class="key">m</span> - <span class="key">x</span> - <span class="key">p</span> toggle line displays - </p> - <p class="keyhelp"> - <span class="key">j</span> - <span class="key">k</span> next/prev highlighted chunk - </p> - <p class="keyhelp"> - <span class="key">0</span> (zero) top of page - </p> - <p class="keyhelp"> - <span class="key">1</span> (one) first highlighted chunk - </p> - </div> -</aside> <main id="source"> <p id="t1" class="run"><span class="n"><a href="#t1">1</a></span><span class="t"><span class="nam">m3a</span> <span class="op">=</span> <span class="num">1</span> </span><span class="r"></span></p> <p id="t2" class="run"><span class="n"><a href="#t2">2</a></span><span class="t"><span class="nam">m3b</span> <span class="op">=</span> <span class="num">2</span> </span><span class="r"></span></p> @@ -69,7 +64,7 @@ <div class="content"> <p> <a class="nav" href="index.html">« index</a> <a class="nav" href="https://coverage.readthedocs.io/en/6.1a0">coverage.py v6.1a0</a>, - created at 2021-10-17 10:52 -0400 + created at 2021-10-23 08:16 -0400 </p> </div> </footer> diff --git a/tests/gold/html/omit_1/main_py.html b/tests/gold/html/omit_1/main_py.html index 00a59306..6d9ebf88 100644 --- a/tests/gold/html/omit_1/main_py.html +++ b/tests/gold/html/omit_1/main_py.html @@ -6,61 +6,56 @@ <title>Coverage for main.py: 100%</title> <link rel="icon" sizes="32x32" href="favicon_32.png"> <link rel="stylesheet" href="style.css" type="text/css"> - <script type="text/javascript" src="jquery.min.js"></script> - <script type="text/javascript" src="jquery.hotkeys.js"></script> - <script type="text/javascript" src="jquery.isonscreen.js"></script> - <script type="text/javascript" src="coverage_html.js"></script> - <script type="text/javascript"> - jQuery(document).ready(coverage.pyfile_ready); - </script> + <script type="text/javascript" src="coverage_html.js" defer></script> </head> <body class="pyfile"> -<aside id="sticky_header"> - <div class="content stats"> - <p><b>main.py</b> : 100% - <button type="button" class="run button_toggle_run" title="Toggle lines run">8</button> - <button type="button" class="mis show_mis button_toggle_mis" title="Toggle lines missing">0</button> - <button type="button" class="exc show_exc button_toggle_exc" title="Toggle lines excluded">0</button> - <img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" /> - </p> - </div> -</aside> <header> <div class="content"> - <h1>Coverage for <b>main.py</b> : + <h1> + <span class="text">Coverage for </span><b>main.py</b>: <span class="pc_cov">100%</span> </h1> - <img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" /> - <h2 class="stats"> - 8 statements - <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> + <div id="help_panel_wrapper"> + <input id="help_panel_state" type="checkbox"> + <label for="help_panel_state"> + <img id="keyboard_icon" src="keybd_closed.png" alt="Show/hide keyboard shortcuts" /> + </label> + <div id="help_panel"> + <p class="legend">Shortcuts on this page</p> + <div> + <p class="keyhelp"> + <kbd>r</kbd> + <kbd>m</kbd> + <kbd>x</kbd> + <kbd>p</kbd> toggle line displays + </p> + <p class="keyhelp"> + <kbd>j</kbd> + <kbd>k</kbd> next/prev highlighted chunk + </p> + <p class="keyhelp"> + <kbd>0</kbd> (zero) top of page + </p> + <p class="keyhelp"> + <kbd>1</kbd> (one) first highlighted chunk + </p> + </div> + </div> + </div> + <h2> + <span class="text">8 statements </span> + <button type="button" class="run button_toggle_run" value="run" data-shortcut="r" title="Toggle lines run">8<span class="text"> run</span></button> + <button type="button" class="mis show_mis button_toggle_mis" value="mis" data-shortcut="m" title="Toggle lines missing">0<span class="text"> missing</span></button> + <button type="button" class="exc show_exc button_toggle_exc" value="exc" data-shortcut="x" title="Toggle lines excluded">0<span class="text"> excluded</span></button> </h2> + <div style="display: none;"> + <button type="button" class="button_next_chunk" data-shortcut="j">Next highlighted chunk</button> + <button type="button" class="button_prev_chunk" data-shortcut="k">Previous highlighted chunk</button> + <button type="button" class="button_top_of_page" data-shortcut="0">Goto top of page</button> + <button type="button" class="button_first_chunk" data-shortcut="1">Goto first highlighted chunk</button> + </div> </div> </header> -<aside class="help_panel"> - <img id="panel_icon" src="keybd_open.png" alt="Hide keyboard shortcuts" /> - <p class="legend">Hot-keys on this page</p> - <div> - <p class="keyhelp"> - <span class="key">r</span> - <span class="key">m</span> - <span class="key">x</span> - <span class="key">p</span> toggle line displays - </p> - <p class="keyhelp"> - <span class="key">j</span> - <span class="key">k</span> next/prev highlighted chunk - </p> - <p class="keyhelp"> - <span class="key">0</span> (zero) top of page - </p> - <p class="keyhelp"> - <span class="key">1</span> (one) first highlighted chunk - </p> - </div> -</aside> <main id="source"> <p id="t1" class="run"><span class="n"><a href="#t1">1</a></span><span class="t"><span class="key">import</span> <span class="nam">m1</span> </span><span class="r"></span></p> <p id="t2" class="run"><span class="n"><a href="#t2">2</a></span><span class="t"><span class="key">import</span> <span class="nam">m2</span> </span><span class="r"></span></p> @@ -77,7 +72,7 @@ <div class="content"> <p> <a class="nav" href="index.html">« index</a> <a class="nav" href="https://coverage.readthedocs.io/en/6.1a0">coverage.py v6.1a0</a>, - created at 2021-10-17 10:52 -0400 + created at 2021-10-23 08:16 -0400 </p> </div> </footer> |