Attention is currently required from: dexter, laforge.
1 comment:
File tests/pySim-shell_test/ara_m/test.py:
Patch Set #15, Line 27: self.setup(__file__)
`inspect.getfile(MyClass)` or `inspect.getfile(inst.__class__)` should give you the file name.
Either what @laforge@osmocom.org suggested, or adding a class variable should work.
```
class test_case(UnittestUtils):
testcasepath = __file__
```
To view, visit change 37819. To unsubscribe, or for help writing mail filters, visit settings.