2013-02-02 11:33:52 +02:00

19 lines
147 B
Plaintext

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