Ejemplo n.º 1
0
 def load_library(self):
     self.library_path = join(getcwd(), "tests", "fixtures", "library")
     self.pennys_story = "penny-pinnacle-pennyslvania"
     self.library = Knot(self.library_path)
     self.stories = self.library.stories()
Ejemplo n.º 2
0
 def prepare_knot(self):
     self.path = join(getcwd(), "tests", "fixtures", "library")
     self.library = Knot(self.path)