mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Rename transport_test file to test_transport and update imports for pytest
This commit is contained in:
parent
7d7be2d375
commit
9cb9547bc0
1 changed files with 1 additions and 4 deletions
|
@ -7,13 +7,10 @@ import logging
|
|||
from salt.transport import MessageClientPool
|
||||
|
||||
# Import Salt Testing libs
|
||||
from salttesting import TestCase
|
||||
from salttesting.helpers import ensure_in_syspath
|
||||
from tests.support.unit import TestCase
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
ensure_in_syspath('../')
|
||||
|
||||
|
||||
class MessageClientPoolTest(TestCase):
|
||||
|
Loading…
Add table
Reference in a new issue