[py-dev] 1.0.0b8 out

holger krekel holger at merlinux.eu
Wed Jul 22 16:23:31 CEST 2009


Hi all, 

i just put a new 1.0.0.b8 release to PyPI, find below
a list of changes.  

Documentation is also updated majorly - there now is an 
auto-generated list of pages for each plugin, just go to 

    http://pytest.org 

and look around.  And let me know of any issues. 

have fun, and thanks to all who helped.

holger


list of changes 1.0.0b7 to 1.0.0b8:

* pytest_unittest-plugin is now enabled by default

* introduced pytest_keyboardinterrupt hook and 
  refined pytest_sessionfinish hook, added tests. 

* workaround a buggy logging module interaction ("closing already closed
  files").  Thanks to Sridhar Ratnakumar for triggering. 

* if plugins use "py.test.importorskip" for importing 
  a dependency only a warning will be issued instead 
  of exiting the testing process. 

* many improvements to docs: 
  - refined funcargs doc , use the term "factory" instead of "provider"
  - added a new talk/tutorial doc page 
  - better download page
  - better plugin docstrings
  - added new plugins page and automatic doc generation script

* fixed teardown problem related to partially failing funcarg setups 
  (thanks MrTopf for reporting), "pytest_runtest_teardown" is now 
  always invoked even if the "pytest_runtest_setup" failed. 

* tweaked doctest output for docstrings in py modules, 
  thanks Radomir. 

-- 
Metaprogramming, Python, Testing: http://tetamap.wordpress.com
Python, PyPy, pytest contracting: http://merlinux.eu 



More information about the Pytest-dev mailing list