ComfyUI/tests/inference/testing_nodes/testing-pack
Jacob Segal dd3bafb40b Display an error for dependency cycles
Previously, dependency cycles that were created during node expansion
would cause the application to quit (due to an uncaught exception). Now,
we'll throw a proper error to the UI. We also make an attempt to 'blame'
the most relevant node in the UI.
2024-04-20 22:40:38 -07:00
..
__init__.py Add execution model unit tests 2024-02-18 01:41:21 -08:00
conditions.py Add execution model unit tests 2024-02-18 01:41:21 -08:00
flow_control.py Use fstrings instead of '%' formatting syntax 2024-04-20 17:52:23 -07:00
specific_tests.py Display an error for dependency cycles 2024-04-20 22:40:38 -07:00
stubs.py Make custom VALIDATE_INPUTS skip normal validation 2024-02-24 23:17:01 -08:00
tools.py Fix example in unit test 2024-03-23 16:49:45 -07:00
util.py Use fstrings instead of '%' formatting syntax 2024-04-20 17:52:23 -07:00