Attention is currently required from: dexter, 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`. See https://docs.python.org/3/library/unittest.html#unittest.TestCase.setUp.
Patch Set #15, Line 35: self.cleanup()
Likewise, calling this in each test case can be avoided by defining method `tearDown` in `UnittestUtils`. See https://docs.python.org/3/library/unittest.html#unittest.TestCase.tearDown.
To view, visit change 37819. To unsubscribe, or for help writing mail filters, visit settings.