public void setUp() throws Exception {
super.setUp();
AbstractAdditionalDependencyInfo.TESTING = true;
ProjectModulesManager.IN_TESTS = true;
//additional info
observer = new InterpreterObserver();
CompiledModule.COMPILED_MODULES_ENABLED = true;
final String paths = getSystemPythonpathPaths();
String lower = paths.toLowerCase();