Skip to content

Conversation

@nicoddemus
Copy link
Member

Just to make sure CI will pass

nicoddemus and others added 30 commits April 3, 2015 16:28
--HG--
branch : yield-experimental-docs
--HG--
branch : yield-experimental-docs
Kept a note about exceptions after yield not being reraised

--HG--
branch : yield-experimental-docs
--HG--
branch : yield-experimental-docs
Reworded it a bit to bring it to par with the current status

--HG--
branch : yield-experimental-docs
--HG--
branch : yield-experimental-docs
Removed note about yield fixtures being experimental
These aren't quite complete but are a jolly good start anyway.  It
seems better to commit this now then leave it lingering until it
gets lost.
Merged in pytest-2.7 (pull request pytest-dev#269).
fixed regression to 2.6.4 which surfaced e.g. in lost stdout capture printing
instead of prepending.  This better allows to run test modules
against installated versions of a package even if the package
under test has the same import root.  In this example::

   testing/__init__.py
   testing/test_pkg_under_test.py
   pkg_under_test/

the tests will preferrably run against the installed version
of pkg_under_test whereas before they would always pick
up the local version.

--HG--
branch : prefer_installed
--HG--
branch : pytester-inline-run-clean-sys-modules
, and call it from ``inline_run()`` to allow temporary modules to be reloaded.

--HG--
branch : pytester-inline-run-clean-sys-modules
…dev#275)

change test module importing behaviour to append to sys.path
Merged in schettino72/pytest/pytester-inline-run-clean-sys-modules
(pull request pytest-dev#278).
This removes the drone.io badge from the README as it doesn't make
sense to have it on the cheeseshop status page.

Fixes issue pytest-dev#726.
…n and

tests of plugin management to be a bit better split between pytest
and pytest-independent bits

--HG--
branch : plugin_no_pytest
…luginManager

--HG--
branch : plugin_no_pytest
--HG--
branch : plugin_no_pytest
--HG--
branch : plugin_no_pytest
--HG--
branch : plugin_no_pytest
for the already existing cleanup logic of the config object.
This simplifies lifecycle management as we don't keep two
layers of shutdown functions and also simplifies the pluginmanager
interface.

also add some docstrings.

--HG--
branch : plugin_no_pytest
Carreau and others added 26 commits July 15, 2015 13:49
Conflicts:
	_pytest/config.py
	_pytest/genscript.py
	_pytest/mark.py
	tox.ini
@nicoddemus nicoddemus merged commit df29120 into pytest-dev:master Jul 24, 2015
@nicoddemus nicoddemus deleted the merge-2.7 branch July 24, 2015 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.