2009-07-24 11:58:02 +02:00
|
|
|
proc setup {} {
|
|
|
|
save_env
|
2010-06-18 17:21:38 +02:00
|
|
|
}
|
2009-07-24 11:58:02 +02:00
|
|
|
|
|
|
|
|
|
|
|
proc teardown {} {
|
|
|
|
assert_env_unmodified
|
2010-06-18 17:21:38 +02:00
|
|
|
}
|
2009-07-24 11:58:02 +02:00
|
|
|
|
|
|
|
|
|
|
|
setup
|
|
|
|
|
|
|
|
|
|
|
|
assert_complete_any "python "
|
2010-11-21 20:05:06 +02:00
|
|
|
sync_after_int
|
2009-07-24 11:58:02 +02:00
|
|
|
|
2010-11-21 20:05:06 +02:00
|
|
|
assert_complete_any "python -"
|
2009-07-24 11:58:02 +02:00
|
|
|
sync_after_int
|
|
|
|
|
|
|
|
|
|
|
|
teardown
|