8000 Update Lib/test/test_module/__init__.py · python/cpython@49c82c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 49c82c5

Browse files
authored
Update Lib/test/test_module/__init__.py
1 parent 058412e commit 49c82c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_module/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ def test_module_delattr(self):
186186
del gda.bar
187187
with self.assertRaises(AttributeError):
188188
gda.bar
189+
del sys.modules['test.test_module.good_delattr']
189190

190191
def test_module_delattr_errors(self):
191192
import test.test_module.bad_delattr as bda

0 commit comments

Comments
 (0)
0