i need to pull in the changes to functionalnosetest/swift_testing.py
This commit is contained in:
parent
d1fa1a0040
commit
a9201fc379
test
@ -2,6 +2,7 @@
|
|||||||
# The code below enables nosetests to work with i18n _() blocks
|
# The code below enables nosetests to work with i18n _() blocks
|
||||||
|
|
||||||
import __builtin__
|
import __builtin__
|
||||||
|
import sys
|
||||||
import os
|
import os
|
||||||
from ConfigParser import MissingSectionHeaderError
|
from ConfigParser import MissingSectionHeaderError
|
||||||
|
|
||||||
|
@ -78,6 +78,7 @@ def listing_items(method):
|
|||||||
else:
|
else:
|
||||||
items = []
|
items = []
|
||||||
|
|
||||||
|
|
||||||
class Connection(object):
|
class Connection(object):
|
||||||
def __init__(self, config):
|
def __init__(self, config):
|
||||||
for key in 'auth_host auth_port auth_ssl username password'.split():
|
for key in 'auth_host auth_port auth_ssl username password'.split():
|
||||||
|
@ -37,6 +37,7 @@ config = get_func_test_config()
|
|||||||
|
|
||||||
locale.setlocale(locale.LC_COLLATE, config.get('collate', 'C'))
|
locale.setlocale(locale.LC_COLLATE, config.get('collate', 'C'))
|
||||||
|
|
||||||
|
|
||||||
class Base:
|
class Base:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user