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

Method test_db

tests/test_globalization.py:169–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167 @staticmethod
168 @pytest.fixture(scope="class")
169 def test_db():
170 db = create_test_db()
171 yield db
172 clean_up_test_db(db)
173
174 def test_schema_metadata_double(self, test_db):
175 self.run_schema_metadata_validation('double', test_db)

Callers

nothing calls this directly

Calls 2

create_test_dbFunction · 0.90
clean_up_test_dbFunction · 0.90

Tested by

no test coverage detected