(nursery)
| 286 | |
| 287 | @pytest.fixture |
| 288 | async def server(nursery): |
| 289 | await nursery.start(app.run_task) |
| 290 | |
| 291 | |
| 292 | FILENAME = "cpython-3.0.0-x86_64-unknown-linux-gnu-install_only-19700101T1234.tar.gz" |
nothing calls this directly
no outgoing calls
no test coverage detected