Improved unittest cleanup by adding BugDir.cleanup().
authorW. Trevor King <wking@drexel.edu>
Fri, 31 Jul 2009 18:59:06 +0000 (14:59 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 31 Jul 2009 18:59:06 +0000 (14:59 -0400)
commit58cba607535cd33c97fd5dc3737c9da4afa9a6bb
tree7f5cfec092fe27735bf1228fb124601a920fc85f
parent3c4ce1b4519186007f2568569b1bff55cdbb108f
Improved unittest cleanup by adding BugDir.cleanup().

Also simple_bug_dir -> SimpleBugDir class, which allows me to add
utility.Dir cleanup to SimpleBugDir.cleanup().

Still having a bit of trouble with the becommand.new tests due to
bugdir loading though...
21 files changed:
becommands/assign.py
becommands/close.py
becommands/comment.py
becommands/commit.py
becommands/depend.py
becommands/diff.py
becommands/list.py
becommands/merge.py
becommands/new.py
becommands/open.py
becommands/remove.py
becommands/set.py
becommands/severity.py
becommands/show.py
becommands/status.py
becommands/subscribe.py
becommands/tag.py
becommands/target.py
libbe/arch.py
libbe/bugdir.py
libbe/diff.py