Expand anchor style presets
This commit is contained in:
@@ -355,13 +355,18 @@ class DumasImageNodeTests(unittest.TestCase):
|
||||
input_types = self.image_nodes.DumasAnchorStyleNode.INPUT_TYPES()
|
||||
options = input_types["required"]["anchor_style"][0]
|
||||
|
||||
self.assertGreaterEqual(len(options), 20)
|
||||
self.assertGreaterEqual(len(options), 40)
|
||||
self.assertIn("cinematic action movie", options)
|
||||
self.assertIn("comedy", options)
|
||||
self.assertIn("found footage", options)
|
||||
self.assertIn("90s sitcom", options)
|
||||
self.assertIn("mobile/cell phone captured", options)
|
||||
self.assertIn("news broadcast", options)
|
||||
self.assertIn("mockumentary", options)
|
||||
self.assertIn("heist thriller", options)
|
||||
self.assertIn("cyberpunk neon", options)
|
||||
self.assertIn("nature documentary", options)
|
||||
self.assertIn("courtroom drama", options)
|
||||
|
||||
def test_anchor_style_node_defaults_to_selected_preset_description(self):
|
||||
node = self.image_nodes.DumasAnchorStyleNode()
|
||||
@@ -370,6 +375,7 @@ class DumasImageNodeTests(unittest.TestCase):
|
||||
|
||||
self.assertIn("found-footage", result[0])
|
||||
self.assertIn("real time", result[0])
|
||||
self.assertIn("persistent camera language", result[0])
|
||||
|
||||
def test_anchor_style_node_prefers_manual_description_edits(self):
|
||||
node = self.image_nodes.DumasAnchorStyleNode()
|
||||
|
||||
Reference in New Issue
Block a user