How to run a unittest method with Unicode characters in the name in IDEA?

Answered

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?

1
2 comments

Hello, I've raised a new issue about this problem in YouTrack. Please follow https://youtrack.jetbrains.com/issue/PY-48747, for updates.

1
Avatar
Permanently deleted user

@Egor Klepikov

Thank you. Hope this issue can be solved.

0

Please sign in to leave a comment.