@Override
 protected void applyEditorTo(@NotNull PyCCRunTestConfiguration s) throws ConfigurationException {
   AbstractPythonRunConfiguration.copyParams(myForm, s);
   s.setPathToTest(myPathToTestFileField.getText());
 }