MCPcopy Create free account
hub / github.com/dbcli/mssql-cli / get_io_paths

Function get_io_paths

tests/mssqltestutils.py:186–190  ·  view source on GitHub ↗

Returns tuple of file paths for the input and output of a test.

(test_file_suffix)

Source from the content-addressed store, hash-verified

184 raise e
185
186def get_io_paths(test_file_suffix):
187 """ Returns tuple of file paths for the input and output of a test. """
188 i = os.path.join(_BASELINE_DIR, 'test_query_inputs', 'input_%s' % test_file_suffix)
189 o = os.path.join(_BASELINE_DIR, 'test_query_baseline', 'baseline_%s' % test_file_suffix)
190 return (i, o)

Callers 6

test_queryMethod · 0.90
test_queryMethod · 0.90
test_output_fileMethod · 0.90
test_long_queryMethod · 0.90
test_multiple_mergeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected