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 baf5025 commit 5ffc098Copy full SHA for 5ffc098
Lib/test/test_smtplib.py
@@ -23,7 +23,7 @@
23
from test.support import threading_helper
24
from test.support import asyncore
25
from test.support import smtpd
26
-from unittest.mock import Mock
+from unittest.mock import Mock, patch
27
28
29
support.requires_working_socket(module=True)
0 commit comments