fix: bound detection QA to inference coverage
This commit is contained in:
@@ -42,6 +42,9 @@ class FakeQuery:
|
||||
def first(self):
|
||||
return self.rows[0] if self.rows else None
|
||||
|
||||
def count(self):
|
||||
return len(self.rows)
|
||||
|
||||
|
||||
class FakeSession:
|
||||
def __init__(self, objects=None, query_rows=None) -> None:
|
||||
|
||||
Reference in New Issue
Block a user