First time here? Check out the FAQ!

Andrew Francis's profile - activity

2020-06-15 16:24:57 -0500 received badge Popular Question (source)
2020-06-15 16:24:57 -0500 received badge Notable Question (source)
2020-06-15 16:24:57 -0500 received badge Famous Question (source)
2019-03-07 08:38:31 -0500 received badge Student (source)
2019-03-07 08:38:29 -0500 marked best answer 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

2017-08-18 22:17:00 -0500 asked a question Setting up WingIde for Python -m option

Setting up WingIde for Python -m option Hi Folks:I want to execute tests from Wingide. I have directory structure/applic