> -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
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
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