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