testsuite: Add basic compare, conjure, import, and stream test cases.

This commit is contained in:
Ville Skyttä 2011-07-22 21:12:42 +03:00
parent 346624bf5b
commit f4364ac99a
8 changed files with 84 additions and 0 deletions

View File

@ -0,0 +1 @@
assert_source_completions compare

View File

@ -0,0 +1 @@
assert_source_completions conjure

View File

@ -0,0 +1 @@
assert_source_completions import

View File

@ -0,0 +1 @@
assert_source_completions stream

View File

@ -0,0 +1,20 @@
proc setup {} {
save_env
}
proc teardown {} {
assert_env_unmodified
}
setup
assert_complete_any "compare "
sync_after_int
teardown

View File

@ -0,0 +1,20 @@
proc setup {} {
save_env
}
proc teardown {} {
assert_env_unmodified
}
setup
assert_complete_any "conjure "
sync_after_int
teardown

View File

@ -0,0 +1,20 @@
proc setup {} {
save_env
}
proc teardown {} {
assert_env_unmodified
}
setup
assert_complete_any "import "
sync_after_int
teardown

View File

@ -0,0 +1,20 @@
proc setup {} {
save_env
}
proc teardown {} {
assert_env_unmodified
}
setup
assert_complete_any "stream "
sync_after_int
teardown