|
@@ -87,6 +87,8 @@ class TestFullRun(unittest.TestCase):
|
|
# test existence
|
|
# test existence
|
|
assert os.path.exists(os.path.join(self.temp_path,
|
|
assert os.path.exists(os.path.join(self.temp_path,
|
|
'test-ipython-notebook-nb-format-3.html'))
|
|
'test-ipython-notebook-nb-format-3.html'))
|
|
|
|
+ assert os.path.exists(os.path.join(self.temp_path,
|
|
|
|
+ 'test-ipython-notebook-nb-format-4.html'))
|
|
|
|
|
|
# test differences
|
|
# test differences
|
|
#assert filecmp.cmp(os.path.join(output_path,
|
|
#assert filecmp.cmp(os.path.join(output_path,
|