MCPcopy Create free account
hub / github.com/dot-agent/nextpy / bad_chain1

Method bad_chain1

tests/test_state.py:1762–1764  ·  view source on GitHub ↗

Test that a background task cannot be chained.

(self)

Source from the content-addressed store, hash-verified

1760 self.order.append("private")
1761
1762 async def bad_chain1(self):
1763 """Test that a background task cannot be chained."""
1764 await self.background_task()
1765
1766 async def bad_chain2(self):
1767 """Test that a background task generator cannot be chained."""

Callers 1

Calls 1

background_taskMethod · 0.95

Tested by

no test coverage detected