()
| 33 | |
| 34 | |
| 35 | def test_source_from_function() -> None: |
| 36 | source = Source(test_source_str_function) |
| 37 | assert str(source).startswith("def test_source_str_function() -> None:") |
| 38 | |
| 39 | |
| 40 | def test_source_from_method() -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…