diff options
author | Joe Gordon <jogo@users.noreply.github.com> | 2023-04-06 09:14:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-06 09:14:40 -0700 |
commit | d8ec581fff55c63d93f3e15a2a302e395114a759 (patch) | |
tree | 1bd1f6ccc306899bb3fc916995620f34b98c5720 /pymemcache/test/test_client.py | |
parent | 1f95041f9f56b86ffcf4d43b4b7fe4d45c36f770 (diff) | |
parent | 88c5b69d6a3cda43511eeebcc783bb85be463059 (diff) | |
download | pymemcache-master.tar.gz |
Upgrade to black 23.3.0
Diffstat (limited to 'pymemcache/test/test_client.py')
-rw-r--r-- | pymemcache/test/test_client.py | 2 |
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): |