Exemple #1
0
    def test_unpatch(self):
        unpatch()
        from pymemcache.client.base import Client

        self.assertEqual(Client, _Client)
Exemple #2
0
 def tearDown(self):
     unpatch()