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

Function test_not_linux

tests/integration/test_env_errors.py:34–46  ·  view source on GitHub ↗
(
    mock_root, mock_not_linux, mock_valid_version
)

Source from the content-addressed store, hash-verified

32
33@pytest.mark.asyncio
34async def test_not_linux(
35 mock_root, mock_not_linux, mock_valid_version
36):
37 async with RecoverpyApp().run_test() as p:
38 await p.pause()
39
40 assert p.app is not None
41 assert p.app.screen.name == "linux-error-modal"
42
43 await p.click("#ok-button")
44 await p.pause()
45
46 assert p.app.screen.name == "params", "params"
47
48
49@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 1

RecoverpyAppClass · 0.90

Tested by

no test coverage detected