We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ISREVERTEXPECTED_CELL
ACTIVE_CELL
1 parent 2310dd7 commit ce582b2Copy full SHA for ce582b2
src/kontrol/prove.py
@@ -977,9 +977,9 @@ def _init_cterm(
977
init_subst.update(init_subst_test)
978
else:
979
# CSE needs to be agnostic of the following Kontrol cells
980
- del init_subst['ACTIVE_CELL']
+ # `prank`'s `<active>` and `expectRevert`'s `<isRevertExpected>` cells are `false`
981
+ # to avoid branching in nested summaries
982
del init_subst['ISEVENTEXPECTED_CELL']
- del init_subst['ISREVERTEXPECTED_CELL']
983
del init_subst['RECORDEVENT_CELL']
984
del init_subst['SINGLECALL_CELL']
985
0 commit comments