On 20 April 2016 at 15:07, Shankar Hiremath
<[email protected]> wrote:
> Hi Floris,
>
> Thank you for the suggestion, can you please give me few pointers or 
> guidenace to start with (i am relatively new to pytest plugin development)
> i will try to implement and send the pull request.

First it should be added to pytest_addoption and pytest_configure,
then new hooks for pytest_sessionstart and pytest_sessionfinish would
need to be added to do something similar to what timeout_setup does
now.  There are some edge cases to thing about, like how to deal with
both global and the current timeouts etc.
_______________________________________________
pytest-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-dev

Reply via email to