public MockDisplayView() throws IOException {
FileHandler fileHandler = new FileHandler(new MarathonFileFilter(".py", ScriptModelClientPart.getModel()), new File(
System.getProperty(Constants.PROP_TEST_DIR)), new File(System.getProperty(Constants.PROP_FIXTURE_DIR)),
Constants.getMarathonDirectories(Constants.PROP_MODULE_DIRS), null);
editor = new RSTAEditor(true, 1);
editor.setData("filehandler", fileHandler);
}