(self, kernel)
| 725 | ) |
| 726 | |
| 727 | def test_length(self, kernel): |
| 728 | assert _try_prove(Length(StringVal("hello")) == IntVal(5)) |
| 729 | |
| 730 | def test_length_empty(self, kernel): |
| 731 | assert _try_prove(Length(StringVal("")) == IntVal(0)) |
nothing calls this directly
no test coverage detected