From e15da7cbeff732df9c04e15833706629341a4fdc Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 14 Nov 2012 10:02:47 +0100 Subject: [PATCH] add a note about yield tests at least in the CHANGELOG --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 3b1d3f271..faf63a346 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ Changes between 2.3.3 and 2.3.4.dev ----------------------------------- +- 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 - fix issue224 - invocations with >256 char arguments now work - fix issue91 - add/discuss package/directory level setups in example - allow to dynamically define markers via