No indicators of pytest in vs code on arch linux

31 Views Asked by At

Pytest work normally when I run it on console like: pytest test but when I try to run it through vs code then there is only: "Finished running test!", but no indicators appear.

I try to run it on Arch Linux

I've tried to change path of pytest in vs code but it changes nothing.

1

There are 1 best solutions below

0
MingJie-MSFT On

As shown in the document, you can click the Output tab and choose Python Test Log to see the test results.

enter image description here

You can read document about running test for more details.