return file;
}
@Test
public void testMarathonTestCaseName() throws Exception {
IMarathonRuntime runtime = new RuntimeStub();
MarathonTestCase t = new MarathonTestCase(new File("/path/to/scriptboy.py"), runtime);
assertEquals("scriptboy", t.getName());
}