In Intellij 14, using Python plugin, I see a strange issue. When I run my unit tests, I see few failures and in console it shows the file name with absolute path (as a hyperlink) and line number of stack trace. When I click on the hyperlink, control always moves to the 2nd line in the file. This behaviour is seen for every file link.
The same works fine in PyCharm. Looks like python plugin is broken with Intellij 14 version.