Re: Running Django test suite foo first time on windows Hanging

2019-04-18 Thread Chris Wedgwood
Thanks Adam will do! On Thursday, 18 April 2019 16:36:48 UTC+1, Adam Johnson wrote: > > Hi Chris! > > I'm not a Windows user, but I guess something in your Windows > configuration is making the Python file open in VSCode rather than get run > by the Python interpreter. Probably installing VSCode

Re: Running Django test suite foo first time on windows Hanging

2019-04-18 Thread Adam Johnson
Hi Chris! I'm not a Windows user, but I guess something in your Windows configuration is making the Python file open in VSCode rather than get run by the Python interpreter. Probably installing VSCode after Python reconfigured Windows to do this. The first line of runtests.py is a shebang: https:

Running Django test suite foo first time on windows Hanging

2019-04-18 Thread Chris Wedgwood
Hi I am running django's test suite for the first time on windows as part of the onboarding tutorial( https://docs.djangoproject.com/en/dev/intro/contributing/) and one of the instructions is to run ...\> runtests.py when I run this the file is opened in vscode and I dont see any output. It