Skip to content

Commit c401847

Browse files
committed
test: Add pylint-3 test case
1 parent 9f75f4b commit c401847

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

test/completion/pylint-3.exp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
assert_source_completions pylint-3

test/lib/completions/pylint-3.exp

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
proc setup {} {
2+
save_env
3+
}
4+
5+
6+
proc teardown {} {
7+
assert_env_unmodified
8+
}
9+
10+
11+
setup
12+
13+
14+
assert_complete_any "pylint-3 --v"
15+
sync_after_int
16+
17+
# Python 3 only module
18+
assert_complete_any "pylint-3 http.clien"
19+
sync_after_int
20+
21+
22+
teardown

0 commit comments

Comments
 (0)