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