beef up the cmyk tests
This commit is contained in:
parent
1824c64c06
commit
f51a93515e
@ -170,6 +170,11 @@ class TestColour:
|
||||
|
||||
im = test.colourspace("cmyk").colourspace("srgb")
|
||||
|
||||
before = test(10, 10)
|
||||
after = im(10, 10)
|
||||
|
||||
assert_almost_equal_objects(before, after, threshold=10)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
pytest.main()
|
||||
|
Loading…
Reference in New Issue
Block a user