summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2020-07-15 15:37:39 -0700
committerAndy McCurdy <andy@andymccurdy.com>2020-07-15 15:37:39 -0700
commitc8dc6a6b0908cf01232dd3491168dfe9ce8d7732 (patch)
tree4f9f800b1febebbdf0fdce0b3be0e48b7886eaf9
parent1f5b2a6cd31ad4298bf6be174796b8aa3d3913db (diff)
downloadredis-py-c8dc6a6b0908cf01232dd3491168dfe9ce8d7732.tar.gz
rename absurdly long test name
-rw-r--r--tests/test_connection_pool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_connection_pool.py b/tests/test_connection_pool.py
index e6e8e58..c49ecda 100644
--- a/tests/test_connection_pool.py
+++ b/tests/test_connection_pool.py
@@ -129,7 +129,7 @@ class TestBlockingConnectionPool(object):
# we should have waited at least 0.1 seconds
assert time.time() - start >= 0.1
- def test_connection_pool_blocks_until_another_connection_released(self, master_host): # noqa: E501
+ def test_connection_pool_blocks_until_conn_available(self, master_host):
"""
When out of connections, block until another connection is released
to the pool