Switched to Black-focused config

This commit is contained in:
Jef Roosens 2021-05-22 21:28:01 +02:00
parent e044c07cd6
commit 11e5ee2869
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
10 changed files with 21 additions and 16 deletions

View file

@ -1,5 +1,5 @@
"""Tests for the skeleton module."""
from app.skeleton import merge
from config_skeleton import merge
def test_merge_empty():

View file

@ -1,8 +1,7 @@
"""Tests wether the skeleton merge works."""
import pytest
from app.exceptions import InvalidKeyError, MissingKeyError
from app.skeleton import merge_with_skeleton
from config_skeleton import InvalidKeyError, MissingKeyError, merge_with_skeleton
def test_single_invalid_key():