MCPcopy Create free account
hub / github.com/PabloLec/RecoverPy / test_invalid_python_version

Function test_invalid_python_version

tests/integration/test_env_errors.py:23–30  ·  view source on GitHub ↗
(
    mock_root, mock_linux, mock_invalid_version
)

Source from the content-addressed store, hash-verified

21
22@pytest.mark.asyncio
23async def test_invalid_python_version(
24 mock_root, mock_linux, mock_invalid_version
25):
26 async with RecoverpyApp().run_test() as p:
27 await p.pause()
28
29 assert p.app is not None
30 assert p.app.screen.name == "version-error-modal"
31
32
33@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 1

RecoverpyAppClass · 0.90

Tested by

no test coverage detected