Switched to Black-focused config
This commit is contained in:
parent
e044c07cd6
commit
11e5ee2869
10 changed files with 21 additions and 16 deletions
|
|
@ -1,5 +1,5 @@
|
|||
"""Tests for the skeleton module."""
|
||||
from app.skeleton import merge
|
||||
from config_skeleton import merge
|
||||
|
||||
|
||||
def test_merge_empty():
|
||||
|
|
|
|||
|
|
@ -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():
|
||||
|
|
|
|||
Reference in a new issue