[Pytest-commit] [Fixed] hpk42/pytest#31 (master - 694aa90)

Travis CI notifications at travis-ci.org
Fri Aug 2 10:05:13 CEST 2013


Build Update for hpk42/pytest
-------------------------------------

Build: #31
Status: Fixed

Duration: 5 minutes and 39 seconds
Commit: 694aa90 (master)
Author: holger krekel
Message: ref #322 cleanup all teardown calling to only happen when setup succeeded.
don't use autouse fixtures for now because it would cause a proliferation
and overhead for the execution of every test.  Rather introduce a
node.addfinalizer(fin) to attach a finalizer to the respective node
and call it from node.setup() functions if the setup phase succeeded
(i.e. there is no setup function or it finished successfully)

View the changeset: https://github.com/hpk42/pytest/compare/9c7f046e0961...694aa9030a31

View the full build log and details: https://travis-ci.org/hpk42/pytest/builds/9765822

--

You can configure recipients for build notifications in your .travis.yml file. See http://about.travis-ci.org/docs/user/build-configuration


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pytest-commit/attachments/20130802/69f37a1a/attachment-0001.html>


More information about the pytest-commit mailing list