예제 #1
0
 def test_200_config_defaults(self):
     gegl_config = Gegl.config()
     # Some default that are unlikely to change
     self.assertEqual(gegl_config.props.quality, 1.0)
예제 #2
0
 def test_200_config_defaults(self):
     gegl_config = Gegl.config()
     # Some default that are unlikely to change
     self.assertEqual(gegl_config.props.quality, 1.0)
예제 #3
0
파일: test-gegl.py 프로젝트: bantu/gegl
 def test_200_config_defaults(self):
     gegl_config = Gegl.config()
     # Some default that are unlikely to change
     self.assertEqual(gegl_config.props.quality, 1.0)
     self.assertEqual(gegl_config.get_property('tile-width'), 128)
     self.assertEqual(gegl_config.get_property('tile-height'), 64)
예제 #4
0
 def test_200_config_defaults(self):
     gegl_config = Gegl.config()
     # Some default that are unlikely to change
     self.assertEqual(gegl_config.props.quality, 1.0)
     self.assertEqual(gegl_config.get_property('tile-width'), 128)
     self.assertEqual(gegl_config.get_property('tile-height'), 64)