Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Rubén Gutiérrez
Total activity
6
Last activity
October 20, 2016 16:06
Member since
March 24, 2016 03:16
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (2)
Sort by recent activity
Recent activity
Votes
Edited
October 20, 2016 16:06
Hi. I found the problem. It was a name clash. One of my source files was named opcode.py, so when dis.py (form pycharm testing framework) tried to do from opcode import __all__ as _opcodes_all It l...
Community
PyCharm
Pycharm test framework quits unexpectedly
0 votes
Created
October 19, 2016 20:51
Hi, thanks for responding. I'm not using nose test for now, just the standar unitest framework. It runs fine if i run the tests from terminal. I even created a normal python configuration on pychar...
Community
PyCharm
Pycharm test framework quits unexpectedly
0 votes