(self)
| 391 | ] |
| 392 | |
| 393 | def test_list(self) -> None: |
| 394 | expl = callequal([0, 1], [0, 2]) |
| 395 | assert expl is not None |
| 396 | assert len(expl) > 1 |
| 397 | |
| 398 | @pytest.mark.parametrize( |
| 399 | ["left", "right", "expected"], |
nothing calls this directly
no test coverage detected