2a3 > import pytest 4a6 > from conftest import option 10a13 > print() 17c20 < script_path = self.current_dir + '/python/' + script --- > script_path = option.test_dir + '/python/' + script 29a33,37 > appication_type = self.get_appication_type() > > if appication_type is None: > appication_type = self.application_type > 35c43 < "type": self.application_type, --- > "type": appication_type,