Speed up tests.

This commit is contained in:
Sergey Vartanov 2021-05-25 02:53:34 +03:00
parent f1702ece36
commit b7ed5353f8
4 changed files with 14 additions and 14 deletions

View file

@ -4,7 +4,7 @@ from roentgen.icon import ShapeExtractor
from roentgen.scheme import Scheme
SCHEME: Scheme = Scheme(Path("scheme/default.yml"))
ICON_EXTRACTOR: ShapeExtractor = ShapeExtractor(
SCHEME_EXTRACTOR: ShapeExtractor = ShapeExtractor(
Path("icons/icons.svg"), Path("icons/config.json")
)