Add flinger test.

This commit is contained in:
Sergey Vartanov 2021-05-29 15:36:03 +03:00
parent a899706923
commit 867001d797
4 changed files with 49 additions and 5 deletions

View file

@ -1,12 +1,15 @@
"""
Test color functions.
"""
from colour import Color
from roentgen.color import is_bright
__author__: str = "Sergey Vartanov"
__email__: str = "me@enzet.ru"
__author__ = "Sergey Vartanov"
__email__ = "me@enzet.ru"
def test_is_bright():
def test_is_bright() -> None:
"""
Test detecting color brightness.
"""