Implementing stash_in_path functionality

This commit is contained in:
Honza Král
2015-02-10 22:08:44 +01:00
parent 0cd23e49d2
commit 293e8a3aca
@@ -29,7 +29,7 @@ CATCH_CODES = {
}
# test features we have implemented
IMPLEMENTED_FEATURES = ('regex', 'gtelte')
IMPLEMENTED_FEATURES = ('gtelte', 'stash_in_path')
# broken YAML tests on some releases
SKIP_TESTS = {
@@ -71,6 +71,7 @@ class YamlTestCase(ElasticsearchTestCase):
if not step:
continue
step = step.replace('\1', '.')
step = self._resolve(step)
if step.isdigit():
step = int(step)
self.assertIsInstance(value, list)