We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd277b6 commit 18fc6ffCopy full SHA for 18fc6ff
bpython/test/__init__.py
@@ -13,7 +13,7 @@ def setUpClass(cls):
13
14
class MagicIterMock(unittest.mock.MagicMock):
15
16
- __next__ = mock.Mock(return_value=None)
+ __next__ = unittest.mock.Mock(return_value=None)
17
18
19
TEST_CONFIG = os.path.join(os.path.dirname(__file__), "test.config")
0 commit comments