From 3728c616150010a57a2cd0f1d6c78589831e36d5 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sat, 31 Jan 2015 21:56:22 -0600 Subject: [PATCH] Reinstate run_module_suite --- skimage/io/tests/test_pil.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/skimage/io/tests/test_pil.py b/skimage/io/tests/test_pil.py index 84b17bc6..b210ec6f 100644 --- a/skimage/io/tests/test_pil.py +++ b/skimage/io/tests/test_pil.py @@ -227,5 +227,4 @@ class TestSaveTIF: yield self.roundtrip, dtype, x if __name__ == "__main__": - #run_module_suite() - test_cmyk() + run_module_suite()