Skip to content

Commit

Permalink
make common IW test mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
amunger committed Dec 6, 2022
1 parent 21ce487 commit e748455
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ ${actualCode}
assert.equal(actualCellText, actualCode);
});

test('Run current file in interactive window (with cells)', async () => {
test('Run current file in interactive window (with cells) @mandatory', async () => {
const { activeInteractiveWindow } = await runNewPythonFile(
interactiveWindowProvider,
'#%%\na=1\nprint(a)\n#%%\nb=2\nprint(b)\n',
Expand Down

0 comments on commit e748455

Please sign in to comment.