Re: [pytest-dev] Deprecation warnings that I didn't cause. Or did I?

2018-10-23 Thread Vasily Kuznetsov
Thank you, Bruno! No worries then and I'll watch out for other deprecated APIs. Cheers, Vasily On Tue, Oct 23, 2018 at 1:53 AM Bruno Oliveira wrote: > Hi Vasily! > > On Mon, Oct 22, 2018 at 8:19 PM Vasily Kuznetsov > wrote: > >> Hi everyone! >> >> Could somebody who understands the newly depr

[pytest-dev] fixture scope wrapping parametrizations

2018-10-23 Thread Brian Okken
Hi, Is there a way to get a fixture scope such that it runs setup before the first parametrization of a test and teardown after the last parametrization? Best I've come up with so far is putting each test into a class and using a class scope fixture. But it seems like a hack. Thanks, Brian Okken

[pytest-dev] Enable "WIP" application in pytest

2018-10-23 Thread Bruno Oliveira
Hi everyone, We often have PRs that are a WIP and should not be merged. I was thinking of enabling the WIP application (https://github.com/apps/wip) for pytest-dev/pytest and see if it is useful. Any thoughts? If nobody raises concerns I intend to enable this tomorrow. :) Cheers, Bruno _