21 lines
173 B
Plaintext
Raw Normal View History

2009-07-24 11:58:02 +02:00
proc setup {} {
save_env
}; # setup()
proc teardown {} {
assert_env_unmodified
}; # teardown()
setup
assert_complete_any "python "
sync_after_int
teardown