We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f508a52 commit a3353c4Copy full SHA for a3353c4
CHANGELOG
@@ -1,5 +1,5 @@
1
-2.8.4.dev
2
----------
+2.8.4
+-----
3
4
- fix #1190: ``deprecated_call()`` now works when the deprecated
5
function has been already called by another test in the same
@@ -18,6 +18,9 @@
18
- fix the summary printed when no tests did run.
19
Thanks Florian Bruhin for the PR.
20
21
+- a number of documentation modernizations wrt good practices.
22
+ Thanks Bruno Oliveira for the PR.
23
+
24
2.8.3
25
-----
26
_pytest/__init__.py
@@ -1,2 +1,2 @@
#
-__version__ = '2.8.4.dev1'
+__version__ = '2.8.4'
0 commit comments