Make tests a module and make imports absolute

This commit is contained in:
Ayaz Salikhov
2022-04-01 01:26:37 +01:00
parent 9d68c7d1d4
commit 0aa95c71ad
28 changed files with 60 additions and 41 deletions

View File

@@ -2,9 +2,10 @@
# Distributed under the terms of the Modified BSD License.
import logging
from conftest import TrackedContainer
from packaging import version # type: ignore
from tests.conftest import TrackedContainer
LOGGER = logging.getLogger(__name__)