File tree 4 files changed +18
-7
lines changed
pytest_mpl/summary/templates 4 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 1
1
0.15 (unreleased)
2
2
-----------------
3
3
4
+ - An updated hash library will be saved to the results directory when
5
+ generating a HTML summary page or when the ` --mpl-results-always ` flag is
6
+ set. A button to download this file is included in the HTML summary.
7
+ Various bugfixes, test improvements and documentation updates. [ #138 ]
4
8
5
9
0.14 (2022-02-09)
6
10
-----------------
Original file line number Diff line number Diff line change @@ -62,12 +62,5 @@ <h5>Show tests which have...</h5>
62
62
</ div >
63
63
</ div >
64
64
</ form >
65
- {% if hash_library -%}
66
- < hr >
67
- < a download ="{{ hash_library }} " href ="{{ hash_library }} " class ="btn btn-light "
68
- data-bs-toggle ="tooltip " data-bs-placement ="bottom " data-bs-html ="true "
69
- title ="<pre>{{ hash_library }}</pre> "
70
- role ="button "> Download generated hash library</ a >
71
- {%- endif %}
72
65
</ div >
73
66
</ div >
Original file line number Diff line number Diff line change 9
9
< input class ="form-control me-2 search " type ="search " onblur ="searchComplete() " placeholder ="Search "
10
10
aria-label ="Search ">
11
11
</ form >
12
+ {% if hash_library -%}
13
+ < a download ="{{ hash_library }} " href ="{{ hash_library }} " class ="btn btn-outline-secondary me-2 "
14
+ data-bs-toggle ="tooltip " data-bs-placement ="bottom " data-bs-html ="true "
15
+ title ="Download generated <pre>{{ hash_library }}</pre> "
16
+ role ="button ">
17
+ < svg xmlns ="http://www.w3.org/2000/svg " width ="16 " height ="16 " fill ="currentColor " class ="bi bi-hash "
18
+ viewBox ="0 0 16 16 ">
19
+ < path d ="M8.39 12.648a1.32 1.32 0 0 0-.015.18c0 .305.21.508.5.508.266 0 .492-.172.555-.477l.554-2.703h1.204c.421 0 .617-.234.617-.547 0-.312-.188-.53-.617-.53h-.985l.516-2.524h1.265c.43 0 .618-.227.618-.547 0-.313-.188-.524-.618-.524h-1.046l.476-2.304a1.06 1.06 0 0 0 .016-.164.51.51 0 0 0-.516-.516.54.54 0 0 0-.539.43l-.523 2.554H7.617l.477-2.304c.008-.04.015-.118.015-.164a.512.512 0 0 0-.523-.516.539.539 0 0 0-.531.43L6.53 5.484H5.414c-.43 0-.617.22-.617.532 0 .312.187.539.617.539h.906l-.515 2.523H4.609c-.421 0-.609.219-.609.531 0 .313.188.547.61.547h.976l-.516 2.492c-.008.04-.015.125-.015.18 0 .305.21.508.5.508.265 0 .492-.172.554-.477l.555-2.703h2.242l-.515 2.492zm-1-6.109h2.266l-.515 2.563H6.859l.532-2.563z "/>
20
+ </ svg >
21
+ </ a >
22
+ {%- endif %}
12
23
< button class ="btn btn-outline-primary " aria-label ="Filter " type ="button " data-bs-toggle ="offcanvas "
13
24
data-bs-target ="#offcanvasFilter " aria-controls ="offcanvasFilter ">
14
25
< svg xmlns ="http://www.w3.org/2000/svg " width ="16 " height ="16 " fill ="currentColor " class ="bi bi-funnel "
Original file line number Diff line number Diff line change 11
11
.nav-filtertools .nav-searchbar {
12
12
flex : 10 ;
13
13
}
14
+ .nav-filtertools svg {
15
+ vertical-align : text-bottom;
16
+ }
14
17
# filterForm .spacer {
15
18
flex : 1 ;
16
19
}
You can’t perform that action at this time.
0 commit comments