def test_all_mono(): mono_check('pil') mono_check('pil', 'tiff')
def test_all_mono(): with expected_warnings(['.* is a boolean image']): mono_check('pil')
def test_all_mono(): mono_check('pil')