Пример #1
0
 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
Пример #2
0
 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