-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy pathtest_allow_errors_auto.xml
More file actions
18 lines (17 loc) · 997 Bytes
/
test_allow_errors_auto.xml
File metadata and controls
18 lines (17 loc) · 997 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<document source="basic_failing">
<section ids="a-title" names="a\ title">
<title>
a title
<paragraph>
some text
<container cell_index="1" cell_metadata="{}" classes="cell" exec_count="1" nb_element="cell_code">
<container classes="cell_input" nb_element="cell_code_source">
<literal_block language="ipython3" xml:space="preserve">
raise Exception('oopsie!')
<container classes="cell_output" nb_element="cell_code_output">
<literal_block classes="output traceback" language="ipythontb" xml:space="preserve">
---------------------------------------------------------------------------
Exception Traceback (most recent call last)
Input In [1], in <cell line: 1>()
----> 1 raise Exception('oopsie!')
Exception: oopsie!