Rename transport_test file to test_transport and update imports for pytest

This commit is contained in:
rallytime 2017-06-28 11:35:13 -06:00
parent 7d7be2d375
commit 9cb9547bc0

View file

@ -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):