adding a bit to changelog although that's almost hopeless
--HG-- branch : trunk
This commit is contained in:
parent
6dd3807914
commit
ae6ba1c0a8
|
@ -3,13 +3,20 @@ $Id: CHANGELOG 58690 2008-10-06 19:50:35Z hpk $
|
|||
Changes between 0.9.2 and 1.0 (UNRELEASED)
|
||||
=============================================
|
||||
|
||||
* introduced new "funcarg" setup method,
|
||||
see doc/test/funcarg.txt
|
||||
|
||||
* introduced plugin architecuture and many
|
||||
new py.test plugins, see
|
||||
doc/test/plugins.txt
|
||||
|
||||
* teardown_method is now guaranteed to get
|
||||
called after a test method has run.
|
||||
|
||||
* new method: py.test.importorskip(mod,minversion)
|
||||
will either import or call py.test.skip()
|
||||
|
||||
* revised internal py.test architecture
|
||||
* completely revised internal py.test architecture
|
||||
|
||||
* new py.process.ForkedFunc object allowing to
|
||||
fork execution of a function to a sub process
|
||||
|
|
Loading…
Reference in New Issue