From 79df2f79f81b7ff0a21504cfefaaffcfc1afe6dc Mon Sep 17 00:00:00 2001 From: Timur Nurlygayanov Date: Fri, 29 Mar 2013 16:53:53 +0400 Subject: [PATCH] Fixed unit tests. --- portas/portas/tests/api/simple_test.py | 2 +- python-portasclient/tests/test_sanity.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/portas/portas/tests/api/simple_test.py b/portas/portas/tests/api/simple_test.py index c8d86a5..836eed3 100644 --- a/portas/portas/tests/api/simple_test.py +++ b/portas/portas/tests/api/simple_test.py @@ -1,5 +1,5 @@ import unittest - +import portas.api.v1 as api class Test(unittest.TestCase): def test(self): diff --git a/python-portasclient/tests/test_sanity.py b/python-portasclient/tests/test_sanity.py index 87da75d..b3b37ea 100644 --- a/python-portasclient/tests/test_sanity.py +++ b/python-portasclient/tests/test_sanity.py @@ -10,8 +10,8 @@ import portasclient.v1.environments as environments import portasclient.v1.services as services import portasclient.v1.sessions as sessions -import portasclient.shell as shell -import portasclient.common.http as http +#import portasclient.shell as shell +#import portasclient.common.http as http LOG = logging.getLogger('Unit tests')