mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-22 02:48:02 +02:00
Add flinger test.
This commit is contained in:
parent
a899706923
commit
867001d797
4 changed files with 49 additions and 5 deletions
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue