<div dir="ltr">Hi Tibor,<br><div class="gmail_extra"><br><div class="gmail_quote">On 31 March 2015 at 15:20, Tibor Arpas <span dir="ltr"><<a href="mailto:tibor.arpas@infinit.sk" target="_blank">tibor.arpas@infinit.sk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
is it difficult to set-up development environment for hacking on<br>
pytest itself or a plug-in where you use a stable version as a test<br>
runner but the code under test is a different one?<br></blockquote><div><br></div><div>Not really, assuming your current working directory is the plugin's:<br><br></div><div>- Create and activate a new virtualenv<br></div><div>- pip install pytest<br></div><div>- pip install -e .<br></div><div> <br></div><div>For py.test itself you just need to install pytest itself as editable using pip.  If in doubt see the CONTRIBUTING.rst file included with py.test.<br><br></div><div>Regards,<br></div><div>Floris<br></div></div></div></div>