N Kondratyev

Results 49 comments of N Kondratyev

Opened PR for `sklearn.metrics.pairwise.linear_kernel`. btw, is it possible to mark what is done at the top list?

@jspreddy Thank you for the issue! The Output panel is opened when you click on a test, it shouldn't be opened on just running a test. Can you please confirm...

@jxliaocb Thank you for the issue! It looks like your issue is about the Python extension. Most of the tests are successfully ran with the Python Test Adapter. ![image](https://user-images.githubusercontent.com/4085884/76105449-04733f80-5fe6-11ea-8304-2fe98e66dbe3.png) But...

Hi! Thanks for the PR! It seems some lint errors are still there. If you want to reproduce this locally, you can run `npm run lint`. I'll be reviewing your...

I'm not familiar with behave, but I see 2 options there. 1. You can try to replicate behave CLI behavior. As behave does not search for 'feature' files by itself,...

btw, can you please merge the latest master brach to your PR, it should fix most of the CI and test errors.

@Ch1lled Thank you for the issue! Yes, in 0.7.0 I've updated the behavior to match default pytest capturing (related to #245). The output will be shown on click for failed...

Ok, the default settings for unittest were broken in the Python extension. I'll see how to fix this, but as a quick fix, I can suggest adding `"python.testing.unittestArgs": []` to...

@Ch1lled I meant to set this directly in JSON 🙂 If you're using UI, then just remove all items from the list ![image](https://user-images.githubusercontent.com/4085884/128500125-435c5eaf-b958-4e30-9234-ddbb045eaad3.png)

@k870611 The recommendation to set `"python.testing.unittestArgs": []` is only when tests are executed with pytest and it does not affect output. For unittest I actually recommend setting `python.testing.unittestArgs` with appropriate...