feat(persona): add neutral AGE foyer and explicit selection
This commit is contained in:
parent
38f14b30d8
commit
b26442ceb3
32 changed files with 602 additions and 70 deletions
|
|
@ -16,6 +16,7 @@ class PersonaPathAuditTest(unittest.TestCase):
|
|||
self.assertEqual(value["counts"]["registered_path_only"], 16)
|
||||
self.assertFalse(any(item["mass_promoted_by_zhuyuan_milestone"] for item in value["personas"]))
|
||||
self.assertTrue(value["invariants"]["body_runtime_order_verified"])
|
||||
self.assertTrue(value["invariants"]["default_persona_is_null"])
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Reference in a new issue