From 7f403950ad9875f1dd6536a4a188a1a3ac65b089 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 19 Nov 2012 22:20:37 +0100 Subject: [PATCH] adapt changelog entry about autouse fixtures and yield --- CHANGELOG | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3e584493f..b0a6accbd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,10 +2,9 @@ Changes between 2.3.3 and 2.3.4.dev ----------------------------------- - yielded tests will activate autouse-fixtures -- NOTE: the pre-2.0 way of yielding tests is not compatible - with autouse fixtures. If you need generative tests, use - @pytest.mark.parametrize or pytest_generate_tests, see the - many examples at http://pytest.org/latest/example/parametrize.html +- NOTE: yielded tests cannot use fixtures - if you need this + you may want to use the post-2.0 parametrize features, see + http://pytest.org/latest/example/parametrize.html - fix autouse-issue where autouse-fixtures would not be discovered if defined in a a/conftest.py file and tests in a/tests/test_some.py - fix issue226 - LIFO ordering for fixture teardowns