testsuite: Add basic compare, conjure, import, and stream test cases.
This commit is contained in:
parent
346624bf5b
commit
f4364ac99a
1
test/completion/compare.exp
Normal file
1
test/completion/compare.exp
Normal file
@ -0,0 +1 @@
|
||||
assert_source_completions compare
|
1
test/completion/conjure.exp
Normal file
1
test/completion/conjure.exp
Normal file
@ -0,0 +1 @@
|
||||
assert_source_completions conjure
|
1
test/completion/import.exp
Normal file
1
test/completion/import.exp
Normal file
@ -0,0 +1 @@
|
||||
assert_source_completions import
|
1
test/completion/stream.exp
Normal file
1
test/completion/stream.exp
Normal file
@ -0,0 +1 @@
|
||||
assert_source_completions stream
|
20
test/lib/completions/compare.exp
Normal file
20
test/lib/completions/compare.exp
Normal file
@ -0,0 +1,20 @@
|
||||
proc setup {} {
|
||||
save_env
|
||||
}
|
||||
|
||||
|
||||
proc teardown {} {
|
||||
assert_env_unmodified
|
||||
}
|
||||
|
||||
|
||||
setup
|
||||
|
||||
|
||||
assert_complete_any "compare "
|
||||
|
||||
|
||||
sync_after_int
|
||||
|
||||
|
||||
teardown
|
20
test/lib/completions/conjure.exp
Normal file
20
test/lib/completions/conjure.exp
Normal file
@ -0,0 +1,20 @@
|
||||
proc setup {} {
|
||||
save_env
|
||||
}
|
||||
|
||||
|
||||
proc teardown {} {
|
||||
assert_env_unmodified
|
||||
}
|
||||
|
||||
|
||||
setup
|
||||
|
||||
|
||||
assert_complete_any "conjure "
|
||||
|
||||
|
||||
sync_after_int
|
||||
|
||||
|
||||
teardown
|
20
test/lib/completions/import.exp
Normal file
20
test/lib/completions/import.exp
Normal file
@ -0,0 +1,20 @@
|
||||
proc setup {} {
|
||||
save_env
|
||||
}
|
||||
|
||||
|
||||
proc teardown {} {
|
||||
assert_env_unmodified
|
||||
}
|
||||
|
||||
|
||||
setup
|
||||
|
||||
|
||||
assert_complete_any "import "
|
||||
|
||||
|
||||
sync_after_int
|
||||
|
||||
|
||||
teardown
|
20
test/lib/completions/stream.exp
Normal file
20
test/lib/completions/stream.exp
Normal file
@ -0,0 +1,20 @@
|
||||
proc setup {} {
|
||||
save_env
|
||||
}
|
||||
|
||||
|
||||
proc teardown {} {
|
||||
assert_env_unmodified
|
||||
}
|
||||
|
||||
|
||||
setup
|
||||
|
||||
|
||||
assert_complete_any "stream "
|
||||
|
||||
|
||||
sync_after_int
|
||||
|
||||
|
||||
teardown
|
Loading…
x
Reference in New Issue
Block a user