Comment #1 on issue 1 by e...@qualitytree.com: Setups and Teardowns are not
shown
http://code.google.com/p/robotframework-mabot/issues/detail?id=1
Definitely useful.
In my case: I have a set of test cases where there is a setup step for each
one.(I need to do a fresh install of a plugin for each of the test cases in
the file. The test is only valid if executed on a fresh instance of the
thing.) I can write my test cases with the setup duplicated in each test,
but that's duplication and it's evil. I really want to put the setup step
in a Test Setup in settings and have it show in each of the manual tests in
mabot.