[pytest-dev] py.test and decorators

Sarah Mount mount.sarah at gmail.com
Mon Feb 17 10:16:10 CET 2014


Sorry to be a pain, I realise everyone here is a volunteer, but is there a
way to move this issue forward? I have quite a bit of work blocked on
getting py.test to work on my repo currently, and I'd rather use py.test
than any other framework. I'm more than happy to put in more effort to
narrow the bug down or take some of the next steps myself, but at this
stage I'm not really sure where to start...

Thanks,

Sarah


On Fri, Jan 24, 2014 at 9:35 AM, Sarah Mount <mount.sarah at gmail.com> wrote:

> On 1/23/14, holger krekel <holger at merlinux.eu> wrote:
> > On Thu, Jan 23, 2014 at 18:27 +0000, Sarah Mount wrote:
> >> The tests were completely ad-hoc and did not use unittest or any other
> >> library. They had a hand-rolled runner which ran all the functions like
> >> test_one_one from a script.
> >>
> >> The odd thing is that Python 2.7 + py.test + the functools.wraps version
> >> of
> >> the decorators worked OK.
> >>
> >> Could it be that I have inadvertently turned the logging module on and
> >> output from that is confusing the py.test runner?
> >
> > wouldn't think so.  Can you attach a zip file and state the dependencies
> > so we can try to reproduce?  Or a repo-url?
> >
>
> Many thanks, I am reluctant to give you a repo-url since there is so
> much code in there that is irrelevant to this issue it would be hard
> to figure out what is going on.
>
> The attached zip contains the minimum code to reproduce. If you run
> "show_bug.sh" from the pytest-bug directory this will:
>
> 1) install the requirements via pip,
>
> 2) run a single test from vanilla python (should pass),
>
> 3) run the same test with py.test (should green at this stage) and
>
> 4) display some text explaining what to uncomment to reproduce the bug.
>
> I have narrowed it down quite a bit, and it turns out that if you
> comment out most of the code in base.py everything works just fine...
> which is odd.
>
> Thanks for your help,
>
> Sarah
>
> --
> Sarah Mount, Senior Lecturer, University of Wolverhampton
> website:  http://www.snim2.org/
> twitter: @snim2
>



-- 
Sarah Mount, Senior Lecturer, University of Wolverhampton
website:  http://www.snim2.org/
twitter: @snim2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pytest-dev/attachments/20140217/a802ec8a/attachment.html>


More information about the Pytest-dev mailing list