How to run a unittest method with Unicode characters in the name in IDEA?
已回答
when run a unittest method with Unicode characters,always present the 'Provide a qualified name of a function, class or module' warning.
In fact, Unicode characters are allowed as method names in Python.
Of course there is the option of manually clicking Run and then Continue Anyway to force it to run (and it actually does run successfully), but that's too tedious, is there a better way?
Is this a bug?

请先登录再写评论。
Hello, I've raised a new issue about this problem in YouTrack. Please follow https://youtrack.jetbrains.com/issue/PY-48747, for updates.
@Egor Klepikov
Thank you. Hope this issue can be solved.