Why is VS Code having problems finding my pytest module?

后端 未结 0 456
日久生厌
日久生厌 2021-01-22 07:03

I\'m trying to get pytest back up and running in VS Code. I have a simple test function as follows:

def test_func():
    x = 1
    y = 1
    assert x == y
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题