SourceForge logo
SourceForge logo
Menu

matplotlib-users

From: Fabien <fab...@gm...> - 2015年07月30日 13:27:59
Hi all,
is it possible to use the @image_comparison decorator for tests 
generated within a unittest.TestCase class?
With my attempts so far the decorator was indeed instanicated at run 
time but the test was not called, i.e. the test would allways pass... 
Running the test with decorator from outside the class works fine.
Any idea? Thanks,
Fabien
From: Thomas C. <tca...@gm...> - 2015年07月30日 13:42:32
Paul Hobson expressed interest in making it easier to use the image
comparison tests out side of the mpl test suite
Tom
On Thu, Jul 30, 2015, 9:28 AM Fabien <fab...@gm...> wrote:
> Hi all,
>
> is it possible to use the @image_comparison decorator for tests
> generated within a unittest.TestCase class?
>
> With my attempts so far the decorator was indeed instanicated at run
> time but the test was not called, i.e. the test would allways pass...
> Running the test with decorator from outside the class works fine.
>
> Any idea? Thanks,
>
> Fabien
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
From: Jens N. <jen...@gm...> - 2015年07月30日 13:47:28
Thomas Robitailles pytest image comparison plugin might also be of
interest
https://github.com/astrofrog/pytest-mpl
Jens
tor. 30. jul. 2015 kl. 14.43 skrev Thomas Caswell <tca...@gm...>:
>
> Paul Hobson expressed interest in making it easier to use the image
> comparison tests out side of the mpl test suite
>
> Tom
>
> On Thu, Jul 30, 2015, 9:28 AM Fabien <fab...@gm...> wrote:
>
>> Hi all,
>>
>> is it possible to use the @image_comparison decorator for tests
>> generated within a unittest.TestCase class?
>>
>> With my attempts so far the decorator was indeed instanicated at run
>> time but the test was not called, i.e. the test would allways pass...
>> Running the test with decorator from outside the class works fine.
>>
>> Any idea? Thanks,
>>
>> Fabien
>>
>>
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Matplotlib-users mailing list
>> Mat...@li...
>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
From: Paul H. <pmh...@gm...> - 2015年07月30日 14:29:39
Fabien,
The @image_comparison operator is still somehwat of a black box for me. But
I can confirm your observation that it only works on top-level test
functions, not within a class.
It's on my long, and slowly shifting backlog of things to try to improve.
-paul
On Thu, Jul 30, 2015 at 6:47 AM, Jens Nielsen <jen...@gm...>
wrote:
> Thomas Robitailles pytest image comparison plugin might also be of
> interest
> https://github.com/astrofrog/pytest-mpl
>
> Jens
>
> tor. 30. jul. 2015 kl. 14.43 skrev Thomas Caswell <tca...@gm...>:
>
>>
>> Paul Hobson expressed interest in making it easier to use the image
>> comparison tests out side of the mpl test suite
>>
>> Tom
>>
>> On Thu, Jul 30, 2015, 9:28 AM Fabien <fab...@gm...> wrote:
>>
>>> Hi all,
>>>
>>> is it possible to use the @image_comparison decorator for tests
>>> generated within a unittest.TestCase class?
>>>
>>> With my attempts so far the decorator was indeed instanicated at run
>>> time but the test was not called, i.e. the test would allways pass...
>>> Running the test with decorator from outside the class works fine.
>>>
>>> Any idea? Thanks,
>>>
>>> Fabien
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> _______________________________________________
>>> Matplotlib-users mailing list
>>> Mat...@li...
>>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>>>
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Matplotlib-users mailing list
>> Mat...@li...
>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>>
>
From: Fabien <fab...@gm...> - 2015年07月30日 14:40:42
Thank you all for your replies. It's not an urgent problem:
1. Jens gave us a link to an existing third party lib, althought it's 
not clear to me how it will work without pytest (i.e. with standard 
unittest).
2. My workaround is simply to use top level test functions as you 
suggest, and the rest works just fine.
It's already awesome enough to be able to test my plots in such an easy 
way!!!
Thanks a lot,
Fabien
On 07/30/2015 04:29 PM, Paul Hobson wrote:
> Fabien,
>
> The @image_comparison operator is still somehwat of a black box for me.
> But I can confirm your observation that it only works on top-level test
> functions, not within a class.
>
> It's on my long, and slowly shifting backlog of things to try to improve.
> -paul
>
>
> On Thu, Jul 30, 2015 at 6:47 AM, Jens Nielsen
> <jen...@gm...
> <mailto:jen...@gm...>> wrote:
>
> Thomas Robitailles pytest image comparison plugin might also be of
> interest
> https://github.com/astrofrog/pytest-mpl
>
> Jens
>
> tor. 30. jul. 2015 kl. 14.43 skrev Thomas Caswell
> <tca...@gm...
> <mailto:tca...@gm...>>:
>
>
> Paul Hobson expressed interest in making it easier to use the
> image comparison tests out side of the mpl test suite
>
> Tom
>
>
> On Thu, Jul 30, 2015, 9:28 AM Fabien
> <fab...@gm...
> <mailto:fab...@gm...>> wrote:
>
> Hi all,
>
> is it possible to use the @image_comparison decorator for tests
> generated within a unittest.TestCase class?
>
> With my attempts so far the decorator was indeed
> instanicated at run
> time but the test was not called, i.e. the test would
> allways pass...
> Running the test with decorator from outside the class works
> fine.
>
> Any idea? Thanks,
>
> Fabien
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> <mailto:Mat...@li...>
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> <mailto:Mat...@li...>
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
>
>
>
> ------------------------------------------------------------------------------
>
>
>
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /