Re: [Numpy-discussion] pytest and degrees of separation.

2017-07-12 Thread Pauli Virtanen
Charles R Harris kirjoitti 12.07.2017 klo 13:53: > In practice, that would generally be true, but the nose testing tools > were 1, all nose imports were buried in functions that ran during > testing. Whether or not that was by intent I don't know. But having an > explicit consensus on 2, which seem

Re: [Numpy-discussion] pytest and degrees of separation.

2017-07-12 Thread Pauli Virtanen
Charles R Harris kirjoitti 12.07.2017 klo 13:53: > In practice, that would generally be true, but the nose testing tools > were 1, all nose imports were buried in functions that ran during > testing. Whether or not that was by intent I don't know. But having an > explicit consensus on 2, which seem

Re: [Numpy-discussion] pytest and degrees of separation.

2017-07-12 Thread Pauli Virtanen
Charles R Harris kirjoitti 12.07.2017 klo 13:53: > In practice, that would generally be true, but the nose testing tools > were 1, all nose imports were buried in functions that ran during > testing. Whether or not that was by intent I don't know. But having an > explicit consensus on 2, which seem

Re: [Numpy-discussion] pytest and degrees of separation.

2017-07-12 Thread Charles R Harris
On Wed, Jul 12, 2017 at 1:26 AM, Ralf Gommers wrote: > > > On Wed, Jul 12, 2017 at 11:06 AM, Chris Barker > wrote: > >> >> >> On Tue, Jul 11, 2017 at 5:04 PM, Thomas Caswell >> wrote: >> >>> Going with option 2 is probably the best option so that you can use >>> pytest fixtures and parameteriza

Re: [Numpy-discussion] pytest and degrees of separation.

2017-07-12 Thread Ralf Gommers
On Wed, Jul 12, 2017 at 11:06 AM, Chris Barker wrote: > > > On Tue, Jul 11, 2017 at 5:04 PM, Thomas Caswell > wrote: > >> Going with option 2 is probably the best option so that you can use >> pytest fixtures and parameterization. >> > > I agree -- those are worth a lot! > Maybe I'm dense, but