[pytest-dev] Help available

2017-04-25 Thread Robert Kuska
Hello everyone, my employer (kiwi.com) decided to hire a bunch of interns to work on open source projects we actively use in our company. Each intern has its own mentor and each mentor picks his open source projects he wants to overlook. I am one of the mentors and, as you probably already guesse

Re: [pytest-dev] Help available

2017-04-25 Thread Bruno Oliveira
Hi Robert, On Tue, Apr 25, 2017 at 5:03 AM Robert Kuska wrote: > my employer (kiwi.com) decided to hire a bunch of interns to work on > open source projects we actively use in our company. Each intern has its > own mentor and each mentor picks his open source projects he wants to > overlook. > >

Re: [pytest-dev] [3.1 feature] "assert not raise exception" helper: opinions about the name

2017-04-25 Thread Bruno Oliveira
Hi guys, On Fri, Apr 7, 2017 at 4:31 PM Bruno Oliveira wrote: > > On Thu, Apr 6, 2017 at 3:30 AM holger krekel wrote: > >> >> I am fine to have user-tests guide the decision ... so now for me it's >> only between offering a context manager or offering a special >> "NoExceptionRaised" object wh

Re: [pytest-dev] [3.1 feature] "assert not raise exception" helper: opinions about the name

2017-04-25 Thread Brianna Laugher
If someone can make like a screenshot showing & labelling the various options, I'll create a poll on the @pytestdotorg account. Brianna On 26 April 2017 at 01:40, Bruno Oliveira wrote: > Hi guys, > > On Fri, Apr 7, 2017 at 4:31 PM Bruno Oliveira > wrote: > >> >> On Thu, Apr 6, 2017 at 3:30 AM

Re: [pytest-dev] [3.1 feature] "assert not raise exception" helper: opinions about the name

2017-04-25 Thread Bruno Oliveira
On Tue, Apr 25, 2017 at 7:47 PM Brianna Laugher wrote: > If someone can make like a screenshot showing & labelling the various > options, I'll create a poll on the @pytestdotorg account. > Thanks Brianna! Anybody with some graphic skills is up for it? :) Cheers, ___