Re: [pytest-dev] pytest-2.7.0 release package

2015-03-30 Thread holger krekel
Hi Peter, thanks for the description of your usage. I'd be interested in an example test and usage of the helpers you have created. FWIW pytest itself has internal helpers for comparing expected output and actual output of running pytest using wildcards to mask out parts which are not interestin

Re: [pytest-dev] pytest-2.7.0 release package

2015-03-28 Thread Anatoly Bubenkov
Thank you for sharing your experience! Worth an article! On Mar 28, 2015 6:23 PM, "Peter" wrote: > Outside of issue 701 that I reported just prior to the 2.7.0 release, I > found no regressions in my usage of pytest (which I believe differs from > the norm - see below). > > I use python with pyte

Re: [pytest-dev] pytest-2.7.0 release package

2015-03-28 Thread Peter
Outside of issue 701 that I reported just prior to the 2.7.0 release, I found no regressions in my usage of pytest (which I believe differs from the norm - see below). I use python with pytest to check for observational equivalence between actual and expected results of a business critical C#.

Re: [pytest-dev] pytest-2.7.0 release package / please test

2015-03-26 Thread Christian Long
I ran my projects' tests with the new version and all was well. On Thu, Mar 26, 2015 at 3:38 AM, holger krekel wrote: > Hi everybody, > > You can install either form trunk or with: > > pip install > https://devpi.net/hpk/dev/+f/14c/de91b1106c937/pytest-2.7.0.tar.gz > > Please install it and wo

Re: [pytest-dev] pytest-2.7.0 release package / please test

2015-03-26 Thread Florian Schulze
I tested a bit and had no issues so far. Regards, Florian Schulze On 26 Mar 2015, at 9:38, holger krekel wrote: Hi everybody, You can install either form trunk or with: pip install https://devpi.net/hpk/dev/+f/14c/de91b1106c937/pytest-2.7.0.tar.gz Please install it and work with it today

Re: [pytest-dev] pytest-2.7.0 release package / please test

2015-03-26 Thread Bruno Oliveira
Tested in a few projects here and everything seems fine too. Cheers, On Thu, Mar 26, 2015 at 8:37 AM, Tibor Arpas wrote: > I also didn't notice any difference in my limited test. > > On Thu, Mar 26, 2015 at 10:35 AM, Andreas Pelme wrote: > > > >> On 26 mar 2015, at 09:38, holger krekel wrote:

Re: [pytest-dev] pytest-2.7.0 release package / please test

2015-03-26 Thread Tibor Arpas
I also didn't notice any difference in my limited test. On Thu, Mar 26, 2015 at 10:35 AM, Andreas Pelme wrote: > >> On 26 mar 2015, at 09:38, holger krekel wrote: >> >> pip install >> https://devpi.net/hpk/dev/+f/14c/de91b1106c937/pytest-2.7.0.tar.gz >> >> Please install it and work with it to

Re: [pytest-dev] pytest-2.7.0 release package / please test

2015-03-26 Thread Andreas Pelme
> On 26 mar 2015, at 09:38, holger krekel wrote: > > pip install > https://devpi.net/hpk/dev/+f/14c/de91b1106c937/pytest-2.7.0.tar.gz > > Please install it and work with it today and let me know any issues, > regressions. > I am going to release it verbatim this afternoon otherwise. Thank

Re: [pytest-dev] pytest-2.7.0 release package / please test

2015-03-26 Thread Anatoly Bubenkov
thanks! works fine so far On 26 March 2015 at 09:38, holger krekel wrote: > Hi everybody, > > You can install either form trunk or with: > > pip install > https://devpi.net/hpk/dev/+f/14c/de91b1106c937/pytest-2.7.0.tar.gz > > Please install it and work with it today and let me know any issues

[pytest-dev] pytest-2.7.0 release package / please test

2015-03-26 Thread holger krekel
Hi everybody, You can install either form trunk or with: pip install https://devpi.net/hpk/dev/+f/14c/de91b1106c937/pytest-2.7.0.tar.gz Please install it and work with it today and let me know any issues, regressions. I am going to release it verbatim this afternoon otherwise. thanks, holge