Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .vscode tests for variable view to ensure we don't break functionality. #4355

Closed
IanMatthewHuff opened this issue Jan 12, 2021 · 2 comments
Assignees

Comments

@IanMatthewHuff
Copy link
Member

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

@IanMatthewHuff
Copy link
Member Author

I'd like to reopen this. We have the single sniff test in, but I had at least one more that I wanted to add. Already had it in progress.

@DavidKutu
Copy link

Validated, tests are in

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants