Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankLawrence committed Jun 17, 2024
1 parent a895d73 commit d5de3d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_colour.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ def test_from_str(value, expected):
'rgb(30, -1, 60)',
'invalid(a, b, c)',
'rgb(',
'',
'0x#',
],
)
def test_from_str_failures(value):
Expand Down

0 comments on commit d5de3d9

Please sign in to comment.