Rule outcomes, the contract hint, and four extractor/backup fixes #174
@@ -206,8 +206,10 @@ def test_register_attaches_every_tool():
|
|||||||
# always-on exclusion tools with the tier they served.
|
# always-on exclusion tools with the tier they served.
|
||||||
# 22 since milestone 414 retired subscriptions and suppressions: the two
|
# 22 since milestone 414 retired subscriptions and suppressions: the two
|
||||||
# subscribe tools and the four suppress/unsuppress tools. 23 with move_rule
|
# subscribe tools and the four suppress/unsuppress tools. 23 with move_rule
|
||||||
# (milestone 414 step 3), the way a rule changes home.
|
# (milestone 414 step 3), the way a rule changes home. 24 with
|
||||||
assert len(mcp.names) == 23
|
# rule_outcome (milestone 419 step 1), the way a rule says what it
|
||||||
|
# actually changed.
|
||||||
|
assert len(mcp.names) == 24
|
||||||
# spot-check a few names
|
# spot-check a few names
|
||||||
assert "list_rulebooks" in mcp.names
|
assert "list_rulebooks" in mcp.names
|
||||||
assert "create_rule" in mcp.names
|
assert "create_rule" in mcp.names
|
||||||
|
|||||||
Reference in New Issue
Block a user