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

Function assert_set_dirty

tests/test_state.py:2073–2076  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2071 assert not mutable_state.dirty_vars
2072
2073 def assert_set_dirty():
2074 assert mutable_state.dirty_vars == {"test_set"}
2075 mutable_state._clean()
2076 assert not mutable_state.dirty_vars
2077
2078 # Test all set operations
2079 mutable_state.test_set.add(42)

Callers 1

test_mutable_setFunction · 0.85

Calls 1

_cleanMethod · 0.80

Tested by

no test coverage detected