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

2016-07-11 Thread Oliver Bestwalter
Hi, let's keep the #dropthedot in mind for the release that's really funny :D @Florian - sorry I can't remember something specific. I compiled the release list from the etherpad (https://pad.riseup.net/p/6pMxJxjNeFEL) - I hope I didn't overlook anything - maybe have a quick look if I just didn't

[pytest-dev] RFC deprecation policy

2016-07-11 Thread Oliver Bestwalter
Hi all, while it's still in the air where I shall place the precious text I thusly have constructed, I would like to give you the chance to comment on it, especially is something is still missing. I tried to keep it as sweet as simple as I could - maybe we should add the command line parameter to

Re: [pytest-dev] RFC deprecation policy

2016-07-11 Thread Bruno Oliveira
Hi Oliver, Excellent work! I made a small comment on the gist itself. :) Cheers, Bruno. On Mon, Jul 11, 2016 at 2:50 PM Oliver Bestwalter wrote: > Hi all, > > while it's still in the air where I shall place the precious text I thusly > have constructed, I would like to give you the chance to c

Re: [pytest-dev] RFC deprecation policy

2016-07-11 Thread Daniel Hahler
On 11.07.2016 17:53, Oliver Bestwalter wrote: > Here's the gist: > https://gist.github.com/obestwalter/60080d472dc5c0a97ddc265e985f1aae Awesome, thanks! I've forked and updated it at https://gist.github.com/blueyed/c7a55ae39b29247bce137d1e3c4288fb, but mostly deleted things that seemed to be

Re: [pytest-dev] Announcing pytest-pdb

2016-07-11 Thread Daniel Hahler
On 09.07.2016 13:02, Florian Schulze wrote: > 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 in

Re: [pytest-dev] pytest 3.0 release check list

2016-07-11 Thread Daniel Hahler
On 29.06.2016 19:16, Oliver Bestwalter wrote: > I created a wiki page containing the checklist for the 3.0 release that > resulted from our discussion during the sprint. > > https://github.com/pytest-dev/pytest/wiki/pytest-3.0-checklist I've added a link for issues/PRs tagged for the 3.0 milest

Re: [pytest-dev] RFC deprecation policy

2016-07-11 Thread Oliver Bestwalter
Hi Bruno and Daniel, thanks for reviewing. @Bruno will add the silence option also then like suggested @Daniel: yeah I actually stumbled over that sentence while reading through it again a bit later. Really not necessary. Even shorter - nice :) Cheers Oliver On Mon, 11 Jul 2016 at 22:58 Daniel

Re: [pytest-dev] Announcing pytest-pdb

2016-07-11 Thread Florian Schulze
On 11 Jul 2016, at 23:16, Daniel Hahler wrote: On 09.07.2016 13:02, Florian Schulze wrote: 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 th