diff options
Diffstat (limited to 'test/test_console_pathedit.py')
-rw-r--r-- | test/test_console_pathedit.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_console_pathedit.py b/test/test_console_pathedit.py index 605e1e2f..43212bc8 100644 --- a/test/test_console_pathedit.py +++ b/test/test_console_pathedit.py @@ -6,6 +6,7 @@ import tutils class TestPathCompleter: + def test_lookup_construction(self): c = pathedit._PathCompleter() |