Python directory gives error

Answered

Hi,

 

Whenever I have an error I get several lines saying something like this:

 

File "C:\Users\user\AppData\Local\Programs\Python\Python35-32\lib\unittest\case.py", line 59, in testPartExecutor
yield
File "C:\Users\user\AppData\Local\Programs\Python\Python35-32\lib\unittest\case.py", line 601, in run
testMethod()
File "C:\Users\user\AppData\Local\Programs\Python\Python35-32\lib\unittest\loader.py", line 34, in testFailure
raise self._exception

before actully getting my errors. It makes it harder to see how many errors I have and only comes up if I actually have an error. How do I stop this?

0
1 comment
Official comment

Hello. PyCharm reports whole stacktrace which includes test runner itself. There is no way to disable it, you can create feature request: http://youtrack.jetbrains.com

Please sign in to leave a comment.