Ejemplo n.º 1
0
    def test_unpatch(self):
        unpatch()
        from pymemcache.client.base import Client

        self.assertEqual(Client, _Client)
Ejemplo n.º 2
0
 def tearDown(self):
     unpatch()