Update utils tests

Signed-off-by: Jan Musial <jan.musial@intel.com>
This commit is contained in:
Jan Musial 2020-03-31 14:14:54 +02:00
parent 2334366914
commit ea448b8584
6 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
# SPDX-License-Identifier: BSD-3-Clause-Clear
#
import mock
import unittest.mock as mock
import re
import os
from io import StringIO

View File

@ -4,7 +4,7 @@
#
import pytest
from mock import patch, mock_open
from unittest.mock import patch, mock_open
from textwrap import dedent
import helpers as h

View File

@ -4,7 +4,7 @@
#
import pytest
import mock
import unittest.mock as mock
import stat
import helpers as h

View File

@ -4,7 +4,7 @@
#
import pytest
import mock
import unittest.mock as mock
import stat
import helpers as h

View File

@ -5,7 +5,7 @@
import pytest
import subprocess
import mock
import unittest.mock as mock
from opencas import casadm
from helpers import get_process_mock

View File

@ -4,7 +4,7 @@
#
import pytest
from mock import patch
from unittest.mock import patch
import time
import opencas