kondratyev-nv / vscode-python-test-adapter

Python Test Adapter for the VS Code Test Explorer
https://marketplace.visualstudio.com/items?itemName=LittleFoxTeam.vscode-python-test-adapter
MIT License
120 stars 27 forks source link

Colorful output of Sklearn misrepresented #160

Open DanielAtKrypton opened 4 years ago

DanielAtKrypton commented 4 years ago

Problem snapshot

Imgur

It looks like the extension is not correctly rendering colored characters in the output terminal. I'm not sure if that is a Vscode problem or an extension problem yet.

The Vs code version in use:

Imgur

Here are the extensions in use:

Test repository

kondratyev-nv commented 4 years ago

@DanielAtKrypton Thank you for the issue! Python Test Log is provided by the Python extension. So if you're using the Python extension to run your tests, you should report this issue to https://github.com/microsoft/vscode-python. Unfortunately, Python Test Explorer does not show any output during test execution (only after test was completed), so I can't confirm the issue. I will take a look at how output can be shown during test execution and whether Output panel supports colored output.