Skip to content

Commit

Permalink
test: Add pylint-3 test case
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jun 23, 2018
1 parent 9f75f4b commit c401847
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/completion/pylint-3.exp
@@ -0,0 +1 @@
assert_source_completions pylint-3
22 changes: 22 additions & 0 deletions test/lib/completions/pylint-3.exp
@@ -0,0 +1,22 @@
proc setup {} {
save_env
}


proc teardown {} {
assert_env_unmodified
}


setup


assert_complete_any "pylint-3 --v"
sync_after_int

# Python 3 only module
assert_complete_any "pylint-3 http.clien"
sync_after_int


teardown

0 comments on commit c401847

Please sign in to comment.