Problem adding a new test

Michael Droettboom <mdroe@...31...>
writes:

Unfortunately, it doesn't seem to be running the new test at all. If I
put "assert False" at the top of the test, and even that doesn't fail.
If I remove the "image_comparison" decorator, however, the test will
fail. Maybe this is because the baseline image doesn't exist yet?

Oh, right. My fault: when I implemented the pdf comparison, I made it
run the test for only those formats for which a baseline image exists,
to avoid causing spurious failures when a test is not even meant to be
run for all backends. I guess this should be done in some other way, and
perhaps the usual case is to test all backends for which the output can
be compared.

···

--
Jouni K. Seppänen