fixed newline and moved import fake_flags into run_tests where it makes more sense

This commit is contained in:
Vishvananda Ishaya
2011年02月21日 16:19:48 -08:00
parent 71f7119910
commit 11c57867ec

View File

@@ -36,9 +36,6 @@ from nova import log as logging
from nova import rpc
from nova.network import manager as network_manager
from nova.tests import fake_flags
logging.reset()
FLAGS = flags.FLAGS
flags.DEFINE_bool('flush_db', True,

View File

@@ -27,6 +27,8 @@ from nose import result
from nose import core
from nova import log as logging
from nova.tests import fake_flags
class NovaTestResult(result.TextTestResult):
def __init__(self, *args, **kw):
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.