@@ -5,7 +5,27 @@ Release history
55
66.. towncrier release notes start
77
8- Pytest_Trio 0.4.2 (2018-06-29)
8+ pytest-trio 0.5.0 (????-??-??)
9+ ------------------------------
10+
11+ This is a major release, including a rewrite of large portions of the
12+ internals. We believe it should be backwards compatible with existing
13+ projects, but major new features include:
14+
15+ * "trio mode": no more writing ``@pytest.mark.trio `` everywhere!
16+ * it's now safe to use nurseries inside fixtures (`#55
17+ <https://github.com/python-trio/pytest-trio/issues/55> `__)
18+ * new ``@trio_fixture `` decorator to explicitly mark a fixture as a
19+ trio fixture
20+ * a number of easy-to-make mistakes are now caught and raise
21+ informative errors
22+ * the :data: `nursery ` fixture is now 87% more magical
23+
24+ For more details, see the manual. Oh right, speaking of which: we
25+ finally have a manual! You should read it.
26+
27+
28+ pytest-trio 0.4.2 (2018-06-29)
929------------------------------
1030
1131Features
@@ -16,20 +36,20 @@ Features
1636 using Trio. (`#42 <https://github.com/python-trio/pytest-trio/issues/42 >`__)
1737
1838
19- Pytest_Trio 0.4.1 (2018-04-14)
39+ pytest-trio 0.4.1 (2018-04-14)
2040------------------------------
2141
2242No significant changes.
2343
2444
25- Pytest_Trio 0.4.0 (2018-04-14)
45+ pytest-trio 0.4.0 (2018-04-14)
2646------------------------------
2747
2848- Fix compatibility with trio 0.4.0 (`#25
2949 <https://github.com/python-trio/pytest-trio/pull/36> `__)
3050
3151
32- Pytest_Trio 0.3.0 (2018-01-03)
52+ pytest-trio 0.3.0 (2018-01-03)
3353------------------------------
3454
3555Features
@@ -39,7 +59,7 @@ Features
3959 <https://github.com/python-trio/pytest-trio/issues/25> `__)
4060
4161
42- Pytest_Trio 0.2.0 (2017-12-15)
62+ pytest-trio 0.2.0 (2017-12-15)
4363------------------------------
4464
4565- Heavy improvements, add async yield fixture, fix bugs, add tests etc. (`#17
@@ -53,14 +73,14 @@ Deprecations and Removals
5373 <https://github.com/python-trio/pytest-trio/issues/15> `__)
5474
5575
56- Pytest_Trio 0.1.1 (2017-12-08)
76+ pytest-trio 0.1.1 (2017-12-08)
5777------------------------------
5878
5979Disable intersphinx for trio (cause crash in CI for the moment due to 404
6080in readthedoc).
6181
6282
63- Pytest_Trio 0.1.0 (2017-12-08)
83+ pytest-trio 0.1.0 (2017-12-08)
6484------------------------------
6585
6686Initial release.
0 commit comments