Asif & Aparna | Moved tests.py into test/ directory for convention, and adjusted imports accordingly
This commit is contained in:
0
test/__init__.py
Normal file
0
test/__init__.py
Normal file
@@ -4,10 +4,10 @@ import json
|
|||||||
import time
|
import time
|
||||||
|
|
||||||
from novaclient.v1_1 import client
|
from novaclient.v1_1 import client
|
||||||
from credentials import get_nova_creds
|
from ..credentials import get_nova_creds
|
||||||
|
|
||||||
from boto import ec2
|
from boto import ec2
|
||||||
from ec2driver_config import *
|
from ..ec2driver_config import *
|
||||||
|
|
||||||
|
|
||||||
class TestSpawn(unittest.TestCase):
|
class TestSpawn(unittest.TestCase):
|
||||||
Reference in New Issue
Block a user