def setUp(self):
template_path = '{}/{}'.format(
pl.PurePath(
os.path.abspath(__file__)).parent / 'examples/yaml', self.template_name)
with open(template_path, 'r') as f:
self.template_dict = yaml.load(f)