Fixed unit tests.
This commit is contained in:
parent
37249ee7fa
commit
79df2f79f8
@ -1,5 +1,5 @@
|
|||||||
import unittest
|
import unittest
|
||||||
|
import portas.api.v1 as api
|
||||||
|
|
||||||
class Test(unittest.TestCase):
|
class Test(unittest.TestCase):
|
||||||
def test(self):
|
def test(self):
|
||||||
|
@ -10,8 +10,8 @@ import portasclient.v1.environments as environments
|
|||||||
import portasclient.v1.services as services
|
import portasclient.v1.services as services
|
||||||
import portasclient.v1.sessions as sessions
|
import portasclient.v1.sessions as sessions
|
||||||
|
|
||||||
import portasclient.shell as shell
|
#import portasclient.shell as shell
|
||||||
import portasclient.common.http as http
|
#import portasclient.common.http as http
|
||||||
|
|
||||||
|
|
||||||
LOG = logging.getLogger('Unit tests')
|
LOG = logging.getLogger('Unit tests')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user