Added AbstractAttractTest.attract property
This commit is contained in:
@@ -22,6 +22,10 @@ class AbstractAttractTest(AbstractPillarTest):
|
||||
|
||||
AbstractPillarTest.tearDown(self)
|
||||
|
||||
@property
|
||||
def attract(self):
|
||||
return self.app.pillar_extensions['attract']
|
||||
|
||||
def ensure_project_exists(self, project_overrides=None):
|
||||
from attract.setup import setup_for_attract
|
||||
|
||||
|
Reference in New Issue
Block a user