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

@@ -5,7 +5,8 @@ import logging
from pathlib import Path
import pytest # type: ignore
from conftest import TrackedContainer
from tests.conftest import TrackedContainer
LOGGER = logging.getLogger(__name__)
THIS_DIR = Path(__file__).parent.resolve()