Re: [pytest-dev] EuroPython Talk on pytest 3.0

2016-07-09 Thread Florian Schulze
During one of the discussions I agreed to work on a small bit. Problem is, I didn't make a note and can't remember and I'm not on the list in the wiki (https://github.com/pytest-dev/pytest/wiki/pytest-3.0-checklist). Does anyone remember? Regards, Florian Schulze On 8 Jul 2016, at 21:59, Ra

[pytest-dev] Announcing pytest-pdb

2016-07-09 Thread Florian Schulze
Hi! I just released https://pypi.python.org/pypi/pytest-pdb It adds a ``whichtest`` command to pdb. It prints identifying information about the current test you are in. Much easier than looking through the stack trace of ``which`` and it prints info on parameters. Regards, Florian Schulze __