Merge pull request #375 from imjfckm/util-test-update

Update utils tests
This commit is contained in:
Robert Baldyga 2020-04-06 10:18:58 +02:00 committed by GitHub
commit 6dda643321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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