aboutsummaryrefslogtreecommitdiff
path: root/tests/test_decoders.py
diff options
context:
space:
mode:
authorThomas Touhey <thomas@touhey.fr>2022-01-01 22:04:40 +0100
committerThomas Touhey <thomas@touhey.fr>2022-01-01 22:04:40 +0100
commit4a947057b709c6536f6a940645254bf0feadcd8c (patch)
tree334b2a88f44c4470be4b2fc8997725eda09bed63 /tests/test_decoders.py
parente12ebaf20f09b4243b3d96cf5cbcbf73dd719a34 (diff)
Improved the documentation, is ready for 0.4 release0.4
Diffstat (limited to 'tests/test_decoders.py')
-rwxr-xr-xtests/test_decoders.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_decoders.py b/tests/test_decoders.py
index 9a15d46..747beb4 100755
--- a/tests/test_decoders.py
+++ b/tests/test_decoders.py
@@ -196,6 +196,10 @@ class TestNetscapeDecoder:
@pytest.mark.parametrize('test_input,expected', (
('chucknorris', SRGBColor.frombytes(192, 0, 0, 1.00)),
+ (
+ '6db6ec49efd278cd0bc92d1e5e072d680',
+ SRGBColor.frombytes(110, 205, 224),
+ ),
))
def test_netscape_colors(self, decoder, test_input, expected):
""" Test decoding using Netscape colors. """