Patrick Scott

Results 2 issues of Patrick Scott

I've noticed that os.hostname() is used to populate the via header's "received-by" section rather than the incoming request url host domain, port. I might be misinterpreting the spec here but...

I have a customized pytestPath script with sets up some system paths that are necessary to run tests in my repo. When I use the "python.testing.pytestPath": "${workspaceFolder}/bin/pytest"` setting, running a...