Skip to content

Commit

Permalink
More Informative assert
Browse files Browse the repository at this point in the history
This  keep failing downstream in IPython. It's annoying.
I hope this will give an idea as to why. Otherwise can we mark the test as xfail ?

If not I"ll stop testing in IPython if I break ipykernel.
  • Loading branch information
Carreau committed Jan 21, 2025
1 parent 6f2bc84 commit 1ce1157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_subshells.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def test_run_concurrently_sequence(are_subshells, overlap):
delete_subshell_helper(kc, subshell_id)

for reply in replies:
assert reply["content"]["status"] == "ok"
assert reply["content"]["status"] == "ok", reply


@pytest.mark.parametrize("include_main_shell", [True, False])
Expand Down

0 comments on commit 1ce1157

Please sign in to comment.