So hooks leverage the same library that the pytest...
# beginners-need-help
d
So hooks leverage the same library that the pytest folks designed to support their plugin ecosystem, so a lot of the thinking is the same. In terms of the split between what's node logic and what's hook logic... I think you should remember that nodes are about dataflow/transformation and hooks are about tapping into different parts of the run lifecycle