Skip to content

Commit

Permalink
Revised input file path to TestRemoveOutput.input_file_name
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwonlee committed May 23, 2018
1 parent 719f03d commit d9f1840
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_remove_output.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import os
import unittest

import nb_file_util as fu
Expand All @@ -6,7 +7,7 @@

class TestRemoveOutput(unittest.TestCase):
def setUp(self):
self.input_file_name = 'sample_with_output.ipynb'
self.input_file_name = os.path.join('tests', 'sample_with_output.ipynb')

def test_delete_output_file(self):
rm_cp = rm.CellProcessorDeleteOutput()
Expand Down

0 comments on commit d9f1840

Please sign in to comment.