(self, *args, **kwargs)
| 111 | test_encoder = 'avx2' |
| 112 | |
| 113 | def __init__(self, *args, **kwargs): |
| 114 | super().__init__(*args, **kwargs) |
| 115 | |
| 116 | encoder = te.Encoder2x(self.test_encoder) |
| 117 | self.binary = encoder.binary_path |
| 118 | |
| 119 | def setUp(self): |
| 120 | ''' |
nothing calls this directly
no outgoing calls
no test coverage detected