mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
migrate test_ilo to pytest
This commit is contained in:
parent
e9ab6dd655
commit
574b6427ca
1 changed files with 2 additions and 6 deletions
|
@ -5,18 +5,14 @@
|
|||
"""
|
||||
|
||||
|
||||
import logging
|
||||
import tempfile
|
||||
|
||||
import pytest
|
||||
|
||||
import salt.modules.file
|
||||
import salt.modules.ilo as ilo
|
||||
from tests.support.mock import MagicMock, patch
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def configure_loader_modules():
|
||||
|
|
Loading…
Add table
Reference in a new issue