def test_convert_to_scl_options(self, options, omit_from_spec): """Test integration with SCL options.""" self.default_options.update({'skip_functions': ''}) self.default_options.update(options) converted = convert_to_scl(self.test_spec, self.default_options) assert omit_from_spec not in converted