Пример #1
0
def test_all_mono():
    mono_check('pil')
    mono_check('pil', 'tiff')
Пример #2
0
def test_all_mono():
    with expected_warnings(['.* is a boolean image']):
        mono_check('pil')
Пример #3
0
def test_all_mono():
    mono_check('pil')
Пример #4
0
def test_all_mono():
    mono_check('pil')
    mono_check('pil', 'tiff')
Пример #5
0
def test_all_mono():
    with expected_warnings(['.* is a boolean image']):
        mono_check('pil')