The following discovers the tests, ``` "python.testing.unittestArgs": [ "-v", "-s", "C:/Users/karraj/Desktop/Desktop/test_demo/src", "-p", "*test*.py" ], ``` whereas ``` "python.testing.unittestArgs": [ "-v", "-s", "C:\\Users\\karraj\\Desktop\\Desktop\\test_demo\\src", "-p", "*test*.py" ], ``` doesn't.