adding test files and starting to rework the pool
This commit is contained in:
@@ -122,6 +122,8 @@ class ConnectionPool(object):
|
|||||||
def _create_connection(cls):
|
def _create_connection(cls):
|
||||||
"""
|
"""
|
||||||
Creates a new connection for the connection pool.
|
Creates a new connection for the connection pool.
|
||||||
|
|
||||||
|
should only return a valid connection that it's actually connected to
|
||||||
"""
|
"""
|
||||||
global _hosts
|
global _hosts
|
||||||
global _username
|
global _username
|
||||||
|
0
cqlengine/tests/connections/__init__.py
Normal file
0
cqlengine/tests/connections/__init__.py
Normal file
0
cqlengine/tests/connections/test_connection_pool.py
Normal file
0
cqlengine/tests/connections/test_connection_pool.py
Normal file
Reference in New Issue
Block a user