add a note about yield tests at least in the CHANGELOG

This commit is contained in:
holger krekel 2012-11-14 10:02:47 +01:00
parent 5b64b0130d
commit e15da7cbef
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
Changes between 2.3.3 and 2.3.4.dev 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 issue224 - invocations with >256 char arguments now work
- fix issue91 - add/discuss package/directory level setups in example - fix issue91 - add/discuss package/directory level setups in example
- allow to dynamically define markers via - allow to dynamically define markers via