Attention is currently required from: fixeria, laforge.
2 comments:
File tests/pySim-shell_test/ara_m/test.py:
Patch Set #15, Line 27: self.setup(__file__)
Calling this in each test case can be avoided by defining method `setUp` in `UnittestUtils`. […]
Initially I had it in the constructor of UnittestUtils, but I ran into problems because I want t display the unittest name, which I deduct from the file name. Since I could not get the file name through inspection methods I gave up and opted for having this setup method. Do you have any ideas? I would love to get rid of this method call.
Patch Set #15, Line 35: self.cleanup()
Likewise, calling this in each test case can be avoided by defining method `tearDown` in `UnittestUt […]
This could actually work. I will try it.
To view, visit change 37819. To unsubscribe, or for help writing mail filters, visit settings.