Skip to content

Commit 2314ec5

Browse files
committed
debug
1 parent d56f2d2 commit 2314ec5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_completer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2662,6 +2662,7 @@ def test_completion_in_cli_context(line, expected, expected_after_assignment):
26622662
"""Test completion context with and without variable overshadowing"""
26632663
ip = get_ipython()
26642664
ip.run_cell("alias test echo test")
2665+
print("\nDEBUG:\n", ip.alias_manager.aliases)
26652666
get_context = ip.Completer._is_completing_in_cli_context
26662667

26672668
# Normal case

0 commit comments

Comments
 (0)