Added new exception [CI SKIP]

This commit is contained in:
Jef Roosens 2021-05-15 14:04:34 +02:00
parent 0dc1b3ded4
commit 8734cdf180
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
2 changed files with 20 additions and 1 deletions

View file

@ -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