MCPcopy Create free account
hub / github.com/tortoise/tortoise-orm / test_actually_runs

Function test_actually_runs

tests/backends/test_capabilities.py:42–44  ·  view source on GitHub ↗

Test that xfail actually runs.

(db)

Source from the content-addressed store, hash-verified

40@pytest.mark.xfail(reason="Test is expected to fail - testing xfail behavior")
41@pytest.mark.asyncio
42async def test_actually_runs(db):
43 """Test that xfail actually runs."""
44 assert False
45
46
47@pytest.mark.asyncio

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…