From 35ba140e863bc516a2cda09df5ccd3782f2d3f3b Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 7 Nov 2011 15:23:46 -0500 Subject: Get rid of dmnsn_color_is_black(). --- libdimension-python/tests/color.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'libdimension-python/tests/color.py') diff --git a/libdimension-python/tests/color.py b/libdimension-python/tests/color.py index 88e0b42..47ac975 100755 --- a/libdimension-python/tests/color.py +++ b/libdimension-python/tests/color.py @@ -48,8 +48,5 @@ assert Orange == Color(1, 0.5, 0), Orange assert Yellow == Color(1, 1, 0), Yellow assert Cyan == Color(0, 1, 1), Cyan -assert White, bool(White) -assert not Black, not Black - assert Red + Blue == Magenta, Red + Blue assert 0.5*White == Color(0.5, 0.5, 0.5), 0.5*White -- cgit v1.2.3