Skip to content

Commit

Permalink
TST: cleaned up left over debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcaporaso committed May 6, 2015
1 parent dcc28fd commit 4d69f31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion burrito/tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,6 @@ def test_getTmpFilename_prefix_suffix_result_constructor(self):
"""TmpFilename: result has correct prefix, suffix, type"""
app = CLAppTester()
obs = app.getTmpFilename(prefix='blah', include_class_id=False)
print app.TmpDir, obs
self.assertTrue(obs.startswith(app.TmpDir + 'blah'))
obs = app.getTmpFilename(suffix='.blah', include_class_id=False)
self.assertTrue(obs.endswith('.blah'))
Expand Down

0 comments on commit 4d69f31

Please sign in to comment.