We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158912c commit 2d3dbebCopy full SHA for 2d3dbeb
test/test_xcpp_kernel.py
@@ -141,8 +141,8 @@ class XCppNotebookTests(unittest.TestCase):
141
def test_notebooks(self):
142
for name in self.notebook_names:
143
144
- inp = f'Notebooks/{name}.ipynb'
145
- out = f'Notebooks/{name}_output.ipynb'
+ inp = f'../notebooks/{name}.ipynb'
+ out = f'../notebooks/{name}_output.ipynb'
146
147
with open(inp) as f:
148
input_nb = nbformat.read(f, as_version=4)
@@ -187,4 +187,4 @@ class XCppTests2(jupyter_kernel_test.KernelTests):
187
188
189
if __name__ == '__main__':
190
- unittest.main()
+ unittest.main()
0 commit comments