parent
d668acfd99
commit
4f50ae1336
|
@ -1,17 +1,21 @@
|
||||||
1.0.1: improved reporting, nose/unittest.py support, bug fixes
|
1.0.1: improved reporting, nose/unittest.py support, bug fixes
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
|
|
||||||
The py.test/pylib 1.0.1 release is a bugfix release, coming
|
This is a bugfix release of pylib/py.test also coming with:
|
||||||
with improved documentation and many test reporting improvements.
|
|
||||||
It also allows to run more existing nose and unittest.py style test suites.
|
* improved documentation, improved navigation
|
||||||
For a testing quickstart and general documentation:
|
* test failure reporting improvements
|
||||||
|
* support for directly running existing nose/unittest.py style tests
|
||||||
|
|
||||||
|
visit here for more info, including quickstart and tutorials:
|
||||||
|
|
||||||
http://pytest.org and http://pylib.org
|
http://pytest.org and http://pylib.org
|
||||||
|
|
||||||
Changes 1.0.0 to 1.0.1
|
|
||||||
|
Changelog 1.0.0 to 1.0.1
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
* added a 'pytest_nose' plugin which handles nose.SkipTest,
|
* added a default 'pytest_nose' plugin which handles nose.SkipTest,
|
||||||
nose-style function/method/generator setup/teardown and
|
nose-style function/method/generator setup/teardown and
|
||||||
tries to report functions correctly.
|
tries to report functions correctly.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue