Skip to content

Commit c87b943

Browse files
committed
Mark cells in generated notebook as run
1 parent ad3108d commit c87b943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_coverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_sum():
3737
"lib.myprod(1, 3)",
3838
"lib.myprod(2.5, 2.5)",
3939
"lib.myprod(2, 'cat')"
40-
])
40+
], mark_run=True)
4141
add_expected_plaintext_outputs(nb, [
4242
None, "3", "6.25", "'catcat'"
4343
])

0 commit comments

Comments
 (0)