Skip to content

Commit

Permalink
Use YamlDirTestGenerator from stacker.blueprints.testutil
Browse files Browse the repository at this point in the history
  • Loading branch information
Lowercases committed Jul 26, 2018
1 parent 3c3f47a commit 85afc98
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 124 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
tests_require = [
"nose",
"mock~=2.0.0",
"stacker>=1.1.1",
"stacker>=1.3.1",
]


Expand Down
122 changes: 0 additions & 122 deletions stacker_blueprints/test/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from stacker_blueprints.test import YamlDirTestGenerator
from stacker.blueprints.testutil import YamlDirTestGenerator


class TestDir(YamlDirTestGenerator):
Expand Down

0 comments on commit 85afc98

Please sign in to comment.