Re: [py-dev] plugin scoping or control

2011-10-03 Thread Jason R. Coombs
> -Original Message- > From: holger krekel [mailto:hol...@merlinux.eu] > Sent: Sunday, 02 October, 2011 23:37 > > Could you open an issue about this? I've opened an issue as https://bitbucket.org/hpk42/pytest/issue/77/allow-assertrepr_compare-hook-to -apply. Thanks! smime.p7s Descriptio

Re: [py-dev] plugin scoping or control

2011-10-02 Thread holger krekel
Hi Jason, On Thu, Sep 29, 2011 at 14:39 -0700, Jason R. Coombs wrote: > I've run into an issue with pytest_assertrepr_compare - I want the hook to > apply to only a subset of tests (tests/unit/**), so I defined > tests/unit/conftest.py and defined my pytest_assertrepr_compare there, but > still te

[py-dev] plugin scoping or control

2011-09-29 Thread Jason R. Coombs
I've run into an issue with pytest_assertrepr_compare - I want the hook to apply to only a subset of tests (tests/unit/**), so I defined tests/unit/conftest.py and defined my pytest_assertrepr_compare there, but still tests under tests/other/** get that behavior (when I run py.test on tests/). I