MCPcopy Create free account
hub / github.com/FreeOpcUa/python-opcua / createHistoryInstance

Method createHistoryInstance

tests/tests_history.py:315–316  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

313
314class TestHistorySQLLimits(TestHistoryLimitsCommon):
315 def createHistoryInstance(self):
316 return HistorySQLite(":memory:")
317
318
319class TestHistory(unittest.TestCase, HistoryCommon, TestHistoryEvents):

Callers

nothing calls this directly

Calls 1

HistorySQLiteClass · 0.90

Tested by

no test coverage detected