You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to make sure we have some tests here, note that we have functional tests for the old variable viewer which do much of the testing around specific variable types. That will all be the same. What we need here is variable view + native notebook + vscode specific stuff.
1 - Open a notebook, execute, verify variables
2 - 1 + execute a second cell, verify updated variables
3 - 1 + open a second editor, execute a cell, verify variables are from second editor
4 - 3 + switch back to first editor, verify variables are from first editor
The text was updated successfully, but these errors were encountered:
Need to make sure we have some tests here, note that we have functional tests for the old variable viewer which do much of the testing around specific variable types. That will all be the same. What we need here is variable view + native notebook + vscode specific stuff.
1 - Open a notebook, execute, verify variables
2 - 1 + execute a second cell, verify updated variables
3 - 1 + open a second editor, execute a cell, verify variables are from second editor
4 - 3 + switch back to first editor, verify variables are from first editor
The text was updated successfully, but these errors were encountered: