UnitTest & code coverage
Hi!
I'm trying to set up test execution.There is a difficult moment. Tests must be performed to configure code coverage for my application Mebel.exe, which is already a Python interpreter. Wing does not allow me to select it as an interpreter because the name must be python. Can I somehow to configure the execution of unit testing by calling my interpreter is named mebel.exe?
Thank You!
Comments
I made my app start using the launch configuration.But yet I get the error. Traceback (most recent call last):
Does it do the same thing if you debug the test from the Testing tool instead? If so, what is in s? It should just be an ascii tag name so the error is not yet making sense to me.
Error on the side of my application. I will look for solutions.