mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
feat: import patch from unittest.mock for mocking in tests
This commit is contained in:
parent
e606eb33a5
commit
441c07586d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import os
|
||||||
import tempfile
|
import tempfile
|
||||||
import unittest
|
import unittest
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from unittest.mock import MagicMock
|
from unittest.mock import MagicMock, patch
|
||||||
|
|
||||||
import git
|
import git
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue