主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
bestsharper
活动总数
27
最后的活动
2019年04月12日 20:20
成员加入日期
2018年05月28日 05:19
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
8
活动概览
帖子(8)
评论(8)
按最近的活动排序
最近的活动
投票数
创建于
2019年04月12日 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...
社区
PyCharm
Python SubTest
0 票
创建于
2019年03月27日 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...
社区
PyCharm
Python SubTest
0 票
创建于
2019年03月26日 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...
社区
PyCharm
Python SubTest
0 票
创建于
2019年03月26日 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 ...
社区
PyCharm
Python SubTest
0 票
已编辑于
2018年07月20日 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...
社区
PyCharm
Attaching to a running gevent monkey patched process [PyCharm 2018.1]
0 票
创建于
2018年07月20日 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 ...
社区
PyCharm
Attaching to a running gevent monkey patched process [PyCharm 2018.1]
0 票
已编辑于
2018年06月12日 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...
社区
PyCharm
PyCharm should detect relative paths in Analyze Stacktrace
0 票
创建于
2018年06月01日 20:55
Hi Mikhail! Sounds good. Thank you for a prompt response. Looking forward to a future fix.
社区
PyCharm
Invert Boolean refactor is disabled
0 票