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

Function getTempPath

tests/mssqltestutils.py:86–91  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

84 connection.shutdown()
85
86def getTempPath(*args):
87 testRoot = os.path.join(os.path.abspath(__file__), '..')
88 tempPath = os.path.join(testRoot, 'temp')
89 for arg in args:
90 tempPath = os.path.join(tempPath, arg)
91 return os.path.abspath(tempPath)
92
93def create_test_db():
94 """

Callers 2

test_missing_rc_dirMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected