MCPcopy
hub / github.com/apache/caldera / test_update_boolean

Method test_update_boolean

tests/objects/test_adversary.py:46–49  ·  view source on GitHub ↗
(self, adversary)

Source from the content-addressed store, hash-verified

44 assert test_adversary.atomic_ordering == []
45
46 def test_update_boolean(self, adversary):
47 test_adversary = adversary()
48 test_adversary.update('has_repeatable_abilities', False)
49 assert not test_adversary.has_repeatable_abilities

Callers

nothing calls this directly

Calls 2

adversaryFunction · 0.85
updateMethod · 0.80

Tested by

no test coverage detected