OmniSciDB
a5dc49c757
|
Functions | |
def | _check_open |
def | heavydb_server |
def | con |
def | mock_client |
def | no_gpu |
def | gen_string |
def | tmp_table |
Variables | |
tuple | heavydb_host = os.environ.get('HEAVYDB_HOST', 'localhost') |
|
private |
Test to see if HeavyDB running on localhost and socket open
Definition at line 16 of file conftest.py.
Referenced by tests.conftest.heavydb_server().
def tests.conftest.con | ( | heavydb_server | ) |
Fixture to provide Connection for tests run against live HeavyDB instance
Definition at line 61 of file conftest.py.
References heavydb.connection.connect().
def tests.conftest.gen_string | ( | ) |
Generate a random string sequence for use in _tests_table_no_nulls
Definition at line 96 of file conftest.py.
References join().
def tests.conftest.heavydb_server | ( | ) |
Ensure a HeavyDB server is running, optionally starting one if none
Definition at line 31 of file conftest.py.
References tests.conftest._check_open().
def tests.conftest.mock_client | ( | mocker | ) |
def tests.conftest.no_gpu | ( | ) |
def tests.conftest.tmp_table | ( | con, | |
str | |||
) |
Definition at line 107 of file conftest.py.
tuple tests.conftest.heavydb_host = os.environ.get('HEAVYDB_HOST', 'localhost') |
Definition at line 13 of file conftest.py.