Package stsci :: Package ndimage :: Package tests :: Module test_io
[hide private]
[frames] | no frames]

Module test_io

source code

Functions [hide private]
 
test_imread(*args, **kwargs) source code
Variables [hide private]
  pil_missing = False
  __package__ = 'stsci.ndimage.tests'

Imports: assert_array_equal, dec, run_module_suite, ndi, os, Image


Function Details [hide private]

test_imread(*args, **kwargs)

source code 
Decorators:
  • @dec.skipif(pil_missing, msg= "The Python Image Library could not be found.")