Public Member Functions | |
def | setUp |
def | test_connect |
def | test_constants |
def | test_copy_db |
def | test_database_names |
def | test_disconnect |
def | test_document_class |
def | test_drop_database |
def | test_fork |
def | test_from_uri |
def | test_get_db |
def | test_getters |
def | test_host_w_port |
def | test_iteration |
def | test_low_network_timeout |
def | test_network_timeout |
def | test_parse_uri |
def | test_repr |
def | test_types |
def | test_tz_aware |
Public Attributes | |
host | |
port |
Definition at line 47 of file test_connection.py.
def test::test_connection::TestConnection::setUp | ( | self | ) |
Definition at line 49 of file test_connection.py.
def test::test_connection::TestConnection::test_connect | ( | self | ) |
Definition at line 76 of file test_connection.py.
def test::test_connection::TestConnection::test_constants | ( | self | ) |
Definition at line 62 of file test_connection.py.
def test::test_connection::TestConnection::test_copy_db | ( | self | ) |
Definition at line 144 of file test_connection.py.
def test::test_connection::TestConnection::test_database_names | ( | self | ) |
Definition at line 114 of file test_connection.py.
def test::test_connection::TestConnection::test_disconnect | ( | self | ) |
Definition at line 224 of file test_connection.py.
def test::test_connection::TestConnection::test_document_class | ( | self | ) |
Definition at line 383 of file test_connection.py.
def test::test_connection::TestConnection::test_drop_database | ( | self | ) |
Definition at line 124 of file test_connection.py.
def test::test_connection::TestConnection::test_fork | ( | self | ) |
Test using a connection before and after a fork.
Definition at line 323 of file test_connection.py.
def test::test_connection::TestConnection::test_from_uri | ( | self | ) |
Definition at line 286 of file test_connection.py.
def test::test_connection::TestConnection::test_get_db | ( | self | ) |
Definition at line 97 of file test_connection.py.
def test::test_connection::TestConnection::test_getters | ( | self | ) |
Definition at line 92 of file test_connection.py.
def test::test_connection::TestConnection::test_host_w_port | ( | self | ) |
Definition at line 83 of file test_connection.py.
def test::test_connection::TestConnection::test_iteration | ( | self | ) |
Definition at line 192 of file test_connection.py.
def test::test_connection::TestConnection::test_low_network_timeout | ( | self | ) |
Definition at line 202 of file test_connection.py.
def test::test_connection::TestConnection::test_network_timeout | ( | self | ) |
Definition at line 411 of file test_connection.py.
def test::test_connection::TestConnection::test_parse_uri | ( | self | ) |
Definition at line 238 of file test_connection.py.
def test::test_connection::TestConnection::test_repr | ( | self | ) |
Definition at line 88 of file test_connection.py.
def test::test_connection::TestConnection::test_types | ( | self | ) |
Definition at line 53 of file test_connection.py.
def test::test_connection::TestConnection::test_tz_aware | ( | self | ) |
Definition at line 438 of file test_connection.py.
Definition at line 50 of file test_connection.py.
Definition at line 51 of file test_connection.py.