OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | test_host_specified |
def | test_raises_right_exception |
def | test_close |
def | test_commit_noop |
def | test_bad_protocol |
def | test_session_logon_success |
def | test_session_logon_failure |
def | test_bad_binary_encryption_params |
Definition at line 14 of file test_connection.py.
def tests.test_connection.TestConnect.test_bad_binary_encryption_params | ( | self | ) |
Definition at line 64 of file test_connection.py.
References heavydb.connection.connect().
def tests.test_connection.TestConnect.test_bad_protocol | ( | self, | |
mock_client | |||
) |
Definition at line 38 of file test_connection.py.
References heavydb.connection.connect().
def tests.test_connection.TestConnect.test_close | ( | self | ) |
def tests.test_connection.TestConnect.test_commit_noop | ( | self, | |
con | |||
) |
Definition at line 34 of file test_connection.py.
def tests.test_connection.TestConnect.test_host_specified | ( | self | ) |
Definition at line 15 of file test_connection.py.
References heavydb.connection.connect().
def tests.test_connection.TestConnect.test_raises_right_exception | ( | self | ) |
Definition at line 19 of file test_connection.py.
References heavydb.connection.connect().
def tests.test_connection.TestConnect.test_session_logon_failure | ( | self | ) |
Definition at line 59 of file test_connection.py.
References heavydb.connection.connect().
def tests.test_connection.TestConnect.test_session_logon_success | ( | self | ) |
Definition at line 48 of file test_connection.py.
References heavydb.connection.connect().