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