(self)
| 313 | |
| 314 | class TestHistorySQLLimits(TestHistoryLimitsCommon): |
| 315 | def createHistoryInstance(self): |
| 316 | return HistorySQLite(":memory:") |
| 317 | |
| 318 | |
| 319 | class TestHistory(unittest.TestCase, HistoryCommon, TestHistoryEvents): |
nothing calls this directly
no test coverage detected