We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab02953 + 3a175b3 commit 46f2ba7Copy full SHA for 46f2ba7
3 files changed
docs/source/history.rst
@@ -5,6 +5,16 @@ Release history
5
6
.. towncrier release notes start
7
8
+pytest-trio 0.5.1 (2018-09-28)
9
+------------------------------
10
+
11
+Bugfixes
12
+~~~~~~~~
13
14
+- The pytest 3.8.1 release broke pytest-trio's handling of trio tests
15
+ defined as class methods. We fixed it again. (`#64 <https://github.com/python-trio/pytest-trio/issues/64>`__)
16
17
18
pytest-trio 0.5.0 (2018-08-26)
19
------------------------------
20
newsfragments/64.bugfix.rst
pytest_trio/_version.py
@@ -1,3 +1,3 @@
1
# This file is imported from __init__.py and exec'd from setup.py
2
3
-__version__ = "0.5.0+dev"
+__version__ = "0.5.1"
0 commit comments