(correction-commit for wrong previous changelog message)

fix issue159 -- improve http://pytest.org/latest/faq.html
especially with respect to the "magic" history, also mention
pytest-django, trial and unittest integration.
This commit is contained in:
holger krekel 2012-06-17 11:01:14 +02:00
parent 474b177da8
commit f176ee3a1c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Changes between 2.2.4 and 2.2.5.dev
- fix issue128: show captured output when capsys/capfd are used - fix issue128: show captured output when capsys/capfd are used
- pluginmanager.register(...) now raises ValueError if the - pluginmanager.register(...) now raises ValueError if the
plugin has been already registered or the name is taken plugin has been already registered or the name is taken
- fix issue129: improve http://pytest.org/latest/faq.html - fix issue159: improve http://pytest.org/latest/faq.html
especially with respect to the "magic" history, also mention especially with respect to the "magic" history, also mention
pytest-django, trial and unittest integration. pytest-django, trial and unittest integration.