introduced pytest_keyboardinterrupt hook

removed optional argument from pytest_sessionfinish hook

--HG--
branch : 1.0.x
This commit is contained in:
holger krekel
2009-07-20 14:01:40 +02:00
parent 04a98700d9
commit 8be0ea942a
7 changed files with 31 additions and 25 deletions
+3
View File
@@ -1,6 +1,9 @@
Changes between 1.0.0b7 and 1.0.0b8
=====================================
* introduced pytest_keyboardinterrupt hook and
refined pytest_sessionfinish hooked.
* workaround a buggy logging module interaction ("closing already closed
files"). Thanks to Sridhar Ratnakumar for triggering.