()
| 4 | |
| 5 | @fixture(scope="function") |
| 6 | def instruction(): |
| 7 | alarm = "Yes, the latest book by Haruki Murakami is The Forbidden Worlds of Haruki Murakami." |
| 8 | instruction = f"{alarm} Write a report about it." |
| 9 | yield instruction |
| 10 | |
| 11 | |
| 12 | def test_create_report(instruction): |
nothing calls this directly
no outgoing calls
no test coverage detected