Setting up WingIde for Python -m option
Hi Folks:
I want to execute tests from Wingide. I have directory structure
/application
/test
/source
and in the root of the application, I type python -m tests.some_test.py
How do I set up WingIde so I can execute tests from the Debug menu? Any help would be appreciated?
Cheers,
Andrew
Comments