confluentinc / ducktape

System integration and performance tests
16 stars 98 forks source link

templates.py should search up the directory tree for templates directory #97

Open granders opened 9 years ago

granders commented 9 years ago

This will make it possible for sub-packages to use template files without having to duplicate template files within subpackages.

I ran into this issue while creating a sub-package to hold a related group of services. In order to use template files, I had to then duplicate some of the files into another 'templates' folder within the subpackage.

ewencp commented 8 years ago

:+1: I'm running into this writing some muckrake tests.