You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(python): add Python language support to WriteTestService
This commit adds support for the Python language in the WriteTestService class of the PyCharm provider. The `isApplicable` method now checks if the element's language is PythonLanguage. Additionally, the `runConfigurationClass` method is overridden to return the PythonRunConfiguration class.
0 commit comments