Replace mock with stdlib unittest.mock

This commit is contained in:
jo 2021-09-07 12:31:37 +02:00
parent 2513f08d07
commit 05cb98257f
5 changed files with 4 additions and 5 deletions

View file

@ -2,8 +2,8 @@ import os
import shutil
import tempfile
import time
from unittest import mock
import mock
import pytest
from airtime_analyzer.filemover_analyzer import FileMoverAnalyzer