()
| 427 | |
| 428 | |
| 429 | def test_oneline_and_comment() -> None: |
| 430 | source = getstatement(0, "raise ValueError\n#hello") |
| 431 | assert str(source) == "raise ValueError" |
| 432 | |
| 433 | |
| 434 | def test_comments() -> None: |
nothing calls this directly
no test coverage detected