Attention is currently required from: dexter, laforge.
fixeria has posted comments on this change by dexter. ( https://gerrit.osmocom.org/c/pysim/+/37819?usp=email )
Change subject: Testsuite for pySim-shell with real cards ......................................................................
Patch Set 15:
(2 comments)
File tests/pySim-shell_test/ara_m/test.py:
https://gerrit.osmocom.org/c/pysim/+/37819/comment/432bfaae_35d94fd2?usp=ema... : PS15, 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.
https://gerrit.osmocom.org/c/pysim/+/37819/comment/58c7aafc_c33e7283?usp=ema... : PS15, 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.