Skip to content

Commit

Permalink
Remove some test code making pytests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
aless80 committed Dec 2, 2021
1 parent 6315851 commit e210265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytests.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def test_execute_abort(tdir):
stderr=subprocess.STDOUT, # can do this in debugger mode: print(out.stdout)
encoding='utf8')
assert out.returncode != 0 or 'output in {}'.format(fname_fail) in out.stdout
aaa

def test_execute_err_abort(tdir):
# Test errors in code blocks with the -err postfix and the doconce option --execute=abort
from doconce.jupyter_execution import JupyterKernelClient
Expand Down

0 comments on commit e210265

Please sign in to comment.