You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also move the dates to their own line, so the heading contains only the version, making it stand out more and allowing stable/known links to each version entry.
* Logging is displayed for failing subtests (`#92`_)
57
69
* Passing subtests no longer turn the pytest output to yellow (as if warnings have been issued) (`#86`_). Thanks to `Andrew-Brock`_ for providing the solution.
* Added experimental support for suppressing subtest output dots in non-verbose mode with ``--no-subtests-shortletter`` -- this allows the native pytest column calculations to not be disrupted and minimizes unneeded output for large CI systems.
70
84
71
-
0.9.0 (2022-10-28)
72
-
------------------
85
+
0.9.0
86
+
-----
87
+
88
+
*2022-10-28*
73
89
74
90
* Python 3.11 is officially supported.
75
91
* Dropped support for Python 3.6.
76
92
77
-
0.8.0 (2022-05-26)
78
-
------------------
93
+
0.8.0
94
+
-----
95
+
96
+
*2022-05-26*
79
97
80
98
* Now passing subtests are shown in the test run summary at the end (for example: ``10 failed, 1 passed, 10 subtests passed in 0.10s``) (`#70`_).
0 commit comments