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


_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
http://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to