002a5a4553
Also provide more meaningful completions for --sort-type option. And improve test.
28 lines
313 B
Plaintext
28 lines
313 B
Plaintext
proc setup {} {
|
|
save_env
|
|
}
|
|
|
|
|
|
proc teardown {} {
|
|
assert_env_unmodified
|
|
}
|
|
|
|
|
|
setup
|
|
|
|
|
|
assert_complete_any "kcov "
|
|
|
|
|
|
sync_after_int
|
|
|
|
|
|
set test "--exclude-patter<TAB> should complete \"--exclude-pattern=\""
|
|
assert_complete "--exclude-pattern=" "kcov --exclude-patter" $test -nospace
|
|
|
|
|
|
sync_after_int
|
|
|
|
|
|
teardown
|