Update dependencies, Fix black
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/static_analysis Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Marty Oehme 2023-08-29 10:43:43 +02:00
parent b5208b966a
commit f31a7a3549
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
2 changed files with 28 additions and 27 deletions

View file

@ -1,5 +1,6 @@
from papis_extract.annotation_data import Annotation
def test_colorname_exact():
sut = Annotation("testfile", colors={"stroke": (1.0, 0.0, 0.0)})
c_name = sut.colorname