Exemplo n.º 1
0
 def test_uninstall(self):
     '''
     Test to uninstall one or several pecl extensions.
     '''
     with patch.object(pecl, '_pecl', return_value='A'):
         self.assertEqual(pecl.uninstall('fuse'), 'A')
Exemplo n.º 2
0
 def test_uninstall(self):
     '''
     Test to uninstall one or several pecl extensions.
     '''
     with patch.object(pecl, '_pecl', return_value='A'):
         self.assertEqual(pecl.uninstall('fuse'), 'A')
Exemplo n.º 3
0
 def test_uninstall(self):
     """
     Test to uninstall one or several pecl extensions.
     """
     with patch.object(pecl, "_pecl", return_value="A"):
         self.assertEqual(pecl.uninstall("fuse"), "A")