Added new exception [CI SKIP]
This commit is contained in:
parent
0dc1b3ded4
commit
8734cdf180
2 changed files with 20 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
"""Tests wether the skeleton merge works."""
|
||||
from app.skeleton import merge_with_skeleton, MissingKeyError, InvalidKeyError
|
||||
from app.skeleton import merge_with_skeleton
|
||||
from app.exceptions import InvalidKeyError, MissingKeyError
|
||||
import pytest
|
||||
|
||||
|
|
|
|||
Reference in a new issue