mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Failure is odd. c = r.stops()[0].color self.assertEqual(c, QColor(100, 100, 40)) fails, but s = r.stops() self.assertEqual(s[0].color, QColor(100, 100, 40)) passes!