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
1) Interpreters from Windows Registry
Must default names for PythonCore and exe:
AssertionError: Incorrect version
at Object.<anonymous> (C:\projects\vscode-python-v3vd6\src\test\interpreters\windowsRegistryService.test.ts:88:20)
at Generator.next (<anonymous>)
at fulfilled (C:\projects\vscode-python-v3vd6\out\test\interpreters\windowsRegistryService.test.js:4:58)
at <anonymous>
2) Interpreters from Windows Registry
Must return a single entry and when registry contains only the InstallPath:
AssertionError: Incorrect version
at Object.<anonymous> (C:\projects\vscode-python-v3vd6\src\test\interpreters\windowsRegistryService.test.ts:123:20)
at Generator.next (<anonymous>)
at fulfilled (C:\projects\vscode-python-v3vd6\out\test\interpreters\windowsRegistryService.test.js:4:58)
at <anonymous>
3) Interpreters from Windows Registry
Must return multiple entries:
AssertionError: Incorrect version
at Object.<anonymous> (C:\projects\vscode-python-v3vd6\src\test\interpreters\windowsRegistryService.test.ts:165:20)
at Generator.next (<anonymous>)
at fulfilled (C:\projects\vscode-python-v3vd6\out\test\interpreters\windowsRegistryService.test.js:4:58)
at <anonymous>
4) Interpreters from Windows Registry
Must return multiple entries excluding the invalid registry items and duplicate paths:
AssertionError: Incorrect version
at Object.<anonymous> (C:\projects\vscode-python-v3vd6\src\test\interpreters\windowsRegistryService.test.ts:224:20)
at Generator.next (<anonymous>)
at fulfilled (C:\projects\vscode-python-v3vd6\out\test\interpreters\windowsRegistryService.test.js:4:58)
at <anonymous>
5) Interpreters from Windows Registry
Must return multiple entries excluding the invalid registry items and nonexistent paths:
AssertionError: 1. Incorrect version
at Object.<anonymous> (C:\projects\vscode-python-v3vd6\src\test\interpreters\windowsRegistryService.test.ts:284:20)
at Generator.next (<anonymous>)
at fulfilled (C:\projects\vscode-python-v3vd6\out\test\interpreters\windowsRegistryService.test.js:4:58)
at <anonymous>
The text was updated successfully, but these errors were encountered:
* Fixes#1660
* Fixes#1703
* 🐛 fix getting display name and version when using windows registry
* Git hook for tests
* 📝 add news entry
* Some more unit tests\
* Mock VS Code only inside the test runner
* Singleton mocks for vscode namespcaes
* Fix test
lockbot
locked as resolved and limited conversation to collaborators
Jul 10, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
debtCovers everything internal: CI, testing, refactoring of the codebase, etc.
The text was updated successfully, but these errors were encountered: