2a3 > import pytest 6a8 > from conftest import option 11c13 < app_path = self.testdir + '/java' --- > app_path = self.temp_dir + '/java' 14c16 < script_path = self.current_dir + '/java/' + script + '/' --- > script_path = option.test_dir + '/java/' + script + '/' 57c59 < self.fail('websocket api jar not found.') --- > pytest.fail('websocket api jar not found.') 72c74 < self.fail('Cann\'t run javac process.') --- > pytest.fail('Cann\'t run javac process.')