Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
bestsharper
Total activity
27
Last activity
April 12, 2019 20:20
Member since
May 28, 2018 05:19
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
8
Activity overview
Posts (8)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
April 12, 2019 20:20
Meant to update this earlier. The original request is no longer valid. I figured out that the issue seems to be in our abstraction layer for unittest. Specifically, the way classes inherit from the...
Community
PyCharm
Python SubTest
0 votes
Created
March 27, 2019 19:26
I was on 2018.3 before. Just retested with the above 2019.1 point, and it's still true: Nosetests does not appear to generate the subTest output. Unittests still does, however PyCharm can't discove...
Community
PyCharm
Python SubTest
0 votes
Created
March 26, 2019 19:49
So on further testing I found that I can use the Unittests runner just fine, but I have to setup everything manually and PyCharm's auto-discovery does not pick up my tests. Probably why I went to n...
Community
PyCharm
Python SubTest
0 votes
Created
March 26, 2019 19:17
Hi Andrey! Sorry for the slow response, I lapse on checking these forums. In my case I just see the first failure with no outline seen above. The test runner seems to be the difference: I am using ...
Community
PyCharm
Python SubTest
0 votes
Edited
July 20, 2018 13:55
Follow-up: it appears I may have answered my own question. I went digging for usages of that environ variable and ended up here: def protect_libraries_from_patching(): """ In this function we...
Community
PyCharm
Attaching to a running gevent monkey patched process [PyCharm 2018.1]
0 votes
Created
July 20, 2018 13:08
Hi Elizabeth! That makes sense then as I am attaching to an already running process that I invoked from a console. Unfortunately I am not sure how much effort it would be to craft a code sample as ...
Community
PyCharm
Attaching to a running gevent monkey patched process [PyCharm 2018.1]
0 votes
Edited
June 12, 2018 14:26
Sure, easy enough. Consider this basic code snippet: def foo(): raise Exception()foo() Save it as test.py in your home directory (e.g. /Users/myuser/test.py). Execute it: python /Users/myuser/te...
Community
PyCharm
PyCharm should detect relative paths in Analyze Stacktrace
0 votes
Created
June 01, 2018 20:55
Hi Mikhail! Sounds good. Thank you for a prompt response. Looking forward to a future fix.
Community
PyCharm
Invert Boolean refactor is disabled
0 votes