Replace mock with stdlib unittest.mock
This commit is contained in:
parent
2513f08d07
commit
05cb98257f
5 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue