Skip to content

Commit 5cb47b3

Browse files
committed
debug-in-ci
1 parent 6ccfe41 commit 5cb47b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_completer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2661,6 +2661,7 @@ def test_completion_context(line, expected):
26612661
def test_completion_in_cli_context(line, expected, expected_after_assignment):
26622662
"""Test completion context with and without variable overshadowing"""
26632663
ip = get_ipython()
2664+
print("\n\nDEBUG:\n", ip.alias_manager.aliases)
26642665
get_context = ip.Completer._is_completing_in_cli_context
26652666

26662667
# Normal case

0 commit comments

Comments
 (0)