Problem debugging with unittest2
Hi,
I'm running the latest EAP of PyCharm (98.404), Python 2.6.x, and 2.7's backport of the unit test framework unittest2. If I simply run tests through a normal run configuration, everything works. But as soon as I try to kick off my tests with the debugger, I get: "AttributeError: 'module' object has no attribute 'TestCase'" on line "class TestMarkerInjection(unittest2.TestCase)".
Am I doing something wrong or is this a bug?
Thanks
Dmitry
Please sign in to leave a comment.
Hello Dmitry,
Please try the really latest EAP of PyCharm, which is build 100.54. It contains
a fix related to this problem.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Just installed 100.54 and tried again with the same result:
should I file another bug report?
Hello Dmitry,
Please do.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"