Unittests error, wrong number of tests displayed on windows #708
Labels
area-testing
bug
Issue identified by VS Code Team member as probable bug
info-needed
Issue requires more information from poster
Environment data
VS Code version: 1.19.3
Python Extension version: 2018.1.0
Python Version: Python 3.6
OS and version: Windows 10 1709 16299.192
Actual behavior
unittest reports 9 tests runned instead of 11 tests (besides the green checkmark. but it reports 11 runned in the output)
but on linux it reports 11 tests runned
Expected behavior
As on linux, 11 tests runned besides the green checkmark
Steps to reproduce:
Logs
Output from
Python
output panelOutput from
Console window
(Help->Developer Tools menu)EDIT: If i make one of the tests fail, it says 10 instead of nine? but not displaying the red cross, and it prints an error
Unhandled exception in thread started by
The text was updated successfully, but these errors were encountered: