ryanmasondavies / Inline

Write your tests any way you want.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global hooks

ryanmasondavies opened this issue · comments

Add INLNodePath to encapsulate the path to a given node within the hierarchy, and add a method to INLTest for executing hooks along a path.

Removed based on #21:

Inline should not support global hooks - this would lead to plugins being included into test suites without the developer's knowledge. This seems like an unnecessary addition - Kiwi does not suffer due to the lack of global hooks, and Inline is meant to promote a simplistic approach to testing frameworks.