Update the path for the test blueprints
This commit is contained in:
parent
d030209d40
commit
0d7e1dacfd
@ -152,7 +152,7 @@ class GitRecipesTest(unittest.TestCase):
|
||||
self.repo = recipes.open_or_create_repo(self.repo_dir)
|
||||
|
||||
self.results_path = "./tests/pylorax/results/"
|
||||
self.examples_path = "./tests/pylorax/recipes/"
|
||||
self.examples_path = "./tests/pylorax/blueprints/"
|
||||
self.new_recipe = os.path.join(self.examples_path, 'python-testing.toml')
|
||||
|
||||
@classmethod
|
||||
|
@ -31,7 +31,7 @@ class WorkspaceTest(unittest.TestCase):
|
||||
self.repo = recipes.open_or_create_repo(self.repo_dir)
|
||||
|
||||
self.results_path = "./tests/pylorax/results/"
|
||||
self.examples_path = "./tests/pylorax/recipes/"
|
||||
self.examples_path = "./tests/pylorax/blueprints/"
|
||||
|
||||
recipe_path = joinpaths(self.examples_path, "http-server.toml")
|
||||
f = open(recipe_path, 'rb')
|
||||
|
Loading…
Reference in New Issue
Block a user