Skip to content

Commit b5ff160

Browse files
committed
Add reset func to mock
1 parent 3a4a385 commit b5ff160

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unit/mock_backend.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ def model(self) -> Optional[str]:
4141
def info(self) -> dict[str, Any]:
4242
return {}
4343

44+
async def reset(self) -> None:
45+
pass
46+
4447
async def prepare_multiprocessing(self):
4548
pass
4649

0 commit comments

Comments
 (0)