示例#1
0
 def test_should_not_run_for_not_gif(self):
     optimizer = Optimizer(self.get_context())
     for ext in EXTENSION.values():
         if ext != '.gif':
             self.assertFalse(optimizer.should_run(ext, ''))