mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Remove all debugging junk
This commit is contained in:
parent
19c49bb878
commit
16e44afeb7
2 changed files with 0 additions and 71 deletions
|
|
@ -1142,9 +1142,6 @@ def test_already_imported_custom_module_no_other_suggestions(self):
|
|||
self.assertEqual(output, "import mymodule.foo")
|
||||
|
||||
del sys.modules["mymodule"]
|
||||
print(f"{dir1=}, {dir2=}") # TEMPORARY -- debugging tests on windows
|
||||
print(f"{[p.relative_to(dir1) for p in dir1.glob("**")]=}") # TEMPORARY -- debugging tests on windows
|
||||
print(f"{[p.relative_to(dir2) for p in dir2.glob("**")]=}") # TEMPORARY -- debugging tests on windows
|
||||
# mymodule not imported anymore -> suggest dir2 submodules
|
||||
events = code_to_events("import mymodule.\t\n")
|
||||
reader = self.prepare_reader(events, namespace={})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue