Test parsing from nonexistent file raises error.
()
| 113 | |
| 114 | |
| 115 | def test_from_file_nonexistent() -> None: |
| 116 | """Test parsing from nonexistent file raises error.""" |
| 117 | with pytest.raises(SourceInfoError): |
| 118 | source_info_from_file("/nonexistent/file.SRCINFO") |
nothing calls this directly
no test coverage detected