unable to attach test reporter to test framework

I am seeing this error (which means I cannot run tests) in the Python plugin in Intellij U - both the 10.5 release (107.105) and the latest EAP (107.148).

The test case that I am trying to run is http://code.google.com/p/lepl/source/browse/src/lepl/_example/expression.py - note that it is a subclass of a subclass of TestCase.

If I try a more normal situation (subclasses of TestCase) then I see "No tests were found" - http://code.google.com/p/lepl/source/browse/src/lepl/matchers/combine.py for example

In both cases the Python plugin is 2.7.0 and I am using Python 3.2 in a virtualenv.

Andrew

0

Using /usr/local/bin/python3.2 doesn't change anything.

Is this the right place to report this?  Should I raise a bug report somewhere?  Not being able to run tests seems like a serious issue (it is for me!).

Also, is this supported as well as PyCharm?  What is the relationship between Intellij Idea U + Plugin and PyCharm?

Andrew

0

Hello andrew,

Using /usr/local/bin/python3.2 doesn't change anything.

Is this the right place to report this?  Should I raise a bug report
somewhere?  Not being able to run tests seems like a serious issue (it
is for me!).


Issues related to the Python plugin should be discussed in the Python forum:
http://devnet.jetbrains.net/community/python

The issue tracker is at http://youtrack.jetbrains.net/

--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

请先登录再写评论。