(self)
| 65 | |
| 66 | class BaseImageTest: |
| 67 | def create(self): |
| 68 | return self.image_class('::img::test', master=self.root, |
| 69 | file=self.testfile) |
| 70 | |
| 71 | def test_bug_100814(self): |
| 72 | # gh-100814: Passing a callable option value causes AttributeError. |
no outgoing calls
no test coverage detected