Fixed unit tests.

This commit is contained in:
Timur Nurlygayanov 2013-03-29 16:53:53 +04:00
parent 37249ee7fa
commit 79df2f79f8
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
import unittest
import portas.api.v1 as api
class Test(unittest.TestCase):
def test(self):

View File

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