示例#1
0
 def setup_story(self):
     self.path = join(getcwd(), "tests", "fixtures", "library", "basic")
     self.story = Story(self.path)
示例#2
0
 def get_story(self, name):
     story = Story(self.build_story_path(name))
     story.load()
     return story