Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
leifj committed Sep 9, 2014
1 parent 7b5157a commit ab12dc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pyff/test/test_simple_pipeline.py
Expand Up @@ -14,6 +14,9 @@


class PyFFTest(PipeLineTest):
"""
Runs tests through the pyff cmdline - only mocks exit
"""
def setUp(self):
super(PyFFTest, self).setUp()
self.templates = TemplateLookup(directories=[os.path.join(self.datadir, 'simple-pipeline')])
Expand Down

0 comments on commit ab12dc3

Please sign in to comment.