update & fix

This commit is contained in:
bkfox
2023-06-22 02:08:52 +02:00
parent 93e57d746c
commit a289e1ef05
6 changed files with 23 additions and 117 deletions

View File

@ -1,5 +1,4 @@
from concurrent import futures
import logging
import pytest
from django.utils import timezone as tz
@ -18,14 +17,6 @@ def event():
return Interface(src_path="/tmp/src_path", dest_path="/tmp/dest_path")
@pytest.fixture
def logger():
logger = Interface(
logging, {"info": None, "debug": None, "error": None, "warning": None}
)
return logger
@pytest.fixture
def interfaces():
items = {