adapt for py-trunk/1.3.1 changes wrt --exitfirst -> --maxfailures

This commit is contained in:
holger krekel
2010-05-25 16:59:08 +02:00
parent 7b19de5450
commit f7be994848
4 changed files with 48 additions and 17 deletions

View File

@@ -4,6 +4,8 @@
- fix --looponfailing - it would not actually run against the fully changed
source tree when initial conftest files load application state.
- adapt for py-1.3.1's new --maxfailure option
1.2
-------------------------