HTMLSession.browser should not be call within an existing event loop>
()
| 318 | @pytest.mark.ok |
| 319 | @pytest.mark.asyncio |
| 320 | async def test_browser_session_fail(): |
| 321 | """ HTMLSession.browser should not be call within an existing event loop> """ |
| 322 | session = HTMLSession() |
| 323 | with pytest.raises(RuntimeError): |
| 324 | session.browser |
| 325 | |
| 326 | |
| 327 | @pytest.mark.ok |
nothing calls this directly
no test coverage detected
searching dependent graphs…