summaryrefslogtreecommitdiffstats
path: root/libdimension-python/tests/color.py
diff options
context:
space:
mode:
Diffstat (limited to 'libdimension-python/tests/color.py')
-rwxr-xr-xlibdimension-python/tests/color.py3
1 files changed, 0 insertions, 3 deletions
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