Esempio n. 1
0
 def __init__(self, methodName='runTest'):
     self.fixtures.extend(['resources.json'])
     WStoreSeleniumTestCase.__init__(self, methodName=methodName)
Esempio n. 2
0
 def __init__(self, methodName='runTest'):
     WStoreSeleniumTestCase.__init__(self, methodName=methodName)
     self.fixtures.extend(['basic_offerings.json', 'oauth_info.json'])
Esempio n. 3
0
 def __init__(self, methodName='runTest'):
     WStoreSeleniumTestCase.__init__(self, methodName=methodName)
     self.fixtures.extend(['repositories.json'])
 def __init__(self, methodName='runTest'):
     self.fixtures.extend(['resources.json'])
     WStoreSeleniumTestCase.__init__(self, methodName=methodName)
 def __init__(self, methodName='runTest'):
     WStoreSeleniumTestCase.__init__(self, methodName=methodName)
     self.fixtures.extend(['basic_offerings.json', 'oauth_info.json'])
 def __init__(self, methodName='runTest'):
     WStoreSeleniumTestCase.__init__(self, methodName=methodName)
     self.fixtures.extend(['repositories.json'])