OmniSciDB
94e8789169
|
Functions | |
def | _check_open |
def | omnisci_server |
def | con |
def | mock_client |
def | no_gpu |
def | gen_string |
def | tmp_table |
Variables | |
tuple | omniscihost = os.environ.get('OMNISCI_HOST', 'localhost') |
|
private |
Test to see if OmniSci running on localhost and socket open
Definition at line 15 of file conftest.py.
Referenced by tests.conftest.omnisci_server().
def tests.conftest.con | ( | omnisci_server | ) |
Fixture to provide Connection for tests run against live OmniSci instance
Definition at line 61 of file conftest.py.
References omnisci.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.mock_client | ( | mocker | ) |
def tests.conftest.no_gpu | ( | ) |
def tests.conftest.omnisci_server | ( | ) |
Ensure an omnisci server is running, optionally starting one if none
Definition at line 30 of file conftest.py.
References tests.conftest._check_open().
def tests.conftest.tmp_table | ( | con, | |
str | |||
) |
Definition at line 107 of file conftest.py.
tuple tests.conftest.omniscihost = os.environ.get('OMNISCI_HOST', 'localhost') |
Definition at line 13 of file conftest.py.