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 443b633 commit 4dab7f6Copy full SHA for 4dab7f6
tests/test_execute.py
@@ -155,7 +155,7 @@ def test_raises(doctree):
155
'''
156
tree = doctree(source)
157
cell, = tree.traverse(JupyterCellNode)
158
- 'ValueError' in cell.children[1].rawsource
+ assert 'ValueError' in cell.children[1].rawsource
159
160
source = '''
161
.. jupyter-execute::
@@ -165,7 +165,7 @@ def test_raises(doctree):
165
166
167
168
169
170
171
def test_widgets(doctree):
0 commit comments