summaryrefslogtreecommitdiff
path: root/pymemcache/test/test_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'pymemcache/test/test_client.py')
-rw-r--r--pymemcache/test/test_client.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pymemcache/test/test_client.py b/pymemcache/test/test_client.py
index cbf7cf4..f513342 100644
--- a/pymemcache/test/test_client.py
+++ b/pymemcache/test/test_client.py
@@ -66,7 +66,6 @@ def is_ipv6(address):
def test_check_key_helper_failing_conditions(
key, allow_unicode_keys, key_prefix, ex_exception, ex_excinfo
):
-
with pytest.raises(ex_exception) as excinfo:
check_key_helper(key, allow_unicode_keys, key_prefix)
@@ -505,7 +504,6 @@ class ClientTestMixin:
class TestClient(ClientTestMixin, unittest.TestCase):
-
Client = Client
def test_append_stored(self):