Skip to content

Commit

Permalink
test: Mark flake8 untested if it seems broken
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jun 15, 2018
1 parent 6526596 commit a5d490a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/lib/completions/flake8.exp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ proc teardown {} {
setup


# https://bugzilla.redhat.com/show_bug.cgi?id=1591961
if {[assert_exec {flake8 --help} "" "" "untested"]} {

assert_complete_any "flake8 "
sync_after_int

Expand All @@ -20,5 +23,6 @@ sync_after_int
assert_no_complete "flake8 --doesnt-exist="
sync_after_int

}

teardown

0 comments on commit a5d490a

Please sign in to comment.