6 Nov
2010
6 Nov
'10
5:04 p.m.
Hi Ralph On Sat, Nov 6, 2010 at 3:48 AM, Ralf Gommers <ralf.gommers@googlemail.com> wrote:
Can you explain why you set up the tests like that? It seems the test is split over two files, with this change: +def imread_collection(x, conserve_memory=True): + assert conserve_memory == False + assert x == '*.png' relying on a call from another file with the expected arguments. This will be confusing I think.
I wasn't sure how to test the plugin otherwise, but I'm open for ideas! Cheers Stéfan