mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Trim trailing space unittests directory
This commit is contained in:
@@ -8,14 +8,14 @@ import wx.lib.imageutils
|
||||
class lib_imageutils_Tests(wtc.WidgetTestCase):
|
||||
|
||||
def test_lib_imageutils1(self):
|
||||
|
||||
|
||||
base = wx.Colour(100, 120, 140)
|
||||
white = wx.lib.imageutils.stepColour(base, 200)
|
||||
black = wx.lib.imageutils.stepColour(base, 0)
|
||||
|
||||
self.assertEqual(white, wx.WHITE)
|
||||
self.assertEqual(black, wx.BLACK)
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user