public FunctionDefAdapterTestCase2(String name) {
super(name);
}
public void testIt() throws Throwable {
this.data = new TestData(new File(TestDependent.TEST_PYDEV_REFACTORING_PLUGIN_LOC
+ "tests/python/adapter/functiondef2/testFunctionDefAdapter2.py"));
ModuleAdapter module = this.createModuleAdapterFromDataSource("3.0");
System.out.println(module);
List<FunctionDefAdapter> functions = module.getFunctions();