sudoblockio / tackle

Tackle is a programmable configuration language for building modular utilities, code generators, and CLIs with schema validation baked in.
Apache License 2.0
52 stars 2 forks source link

In third party providers, should by default import any hooks in the parent hooks directory #182

Open robcxyz opened 10 months ago

robcxyz commented 10 months ago

Somewhat related to #181 - Should by default import hooks from a parent hooks directory or tackle file. This is needed as any third party provider's tests by default will always want to import the hooks directory in the parent. So this is just a convenience thing but should make it a lot simpler to write tests for providers.