File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -92,23 +92,6 @@ def test_basic(doctree, buildername):
92
92
assert celloutput .children [0 ].rawsource .strip () == "4"
93
93
94
94
95
- def test_basic_old_entrypoint (doctree ):
96
- source = """
97
- .. jupyter-execute::
98
-
99
- 2 + 2
100
- """
101
- tree = doctree (source , entrypoint = "jupyter_sphinx.execute" )
102
- (cell ,) = tree .traverse (JupyterCellNode )
103
- (cellinput , celloutput ) = cell .children
104
- assert not cell .attributes ["code_below" ]
105
- assert not cell .attributes ["hide_code" ]
106
- assert not cell .attributes ["hide_output" ]
107
- assert not cellinput .children [0 ]["linenos" ]
108
- assert cellinput .children [0 ].rawsource .strip () == "2 + 2"
109
- assert celloutput .children [0 ].rawsource .strip () == "4"
110
-
111
-
112
95
def test_hide_output (doctree ):
113
96
source = """
114
97
.. jupyter-execute::
You can’t perform that action at this time.
0 commit comments