コード例 #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
ファイル: test-gegl.py プロジェクト: Distrotech/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)
コード例 #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
ファイル: test-gegl.py プロジェクト: ChristianBusch/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)