2010-11-21 20:29:45 +02:00

22 lines
193 B
Plaintext

proc setup {} {
save_env
}
proc teardown {} {
assert_env_unmodified
}
setup
assert_complete_any "python "
sync_after_int
assert_complete_any "python -"
sync_after_int
teardown