Beispiel #1
0
 def __init__(self, methodName='runTest'):
     self.fixtures.extend(['resources.json'])
     WStoreSeleniumTestCase.__init__(self, methodName=methodName)
Beispiel #2
0
 def __init__(self, methodName='runTest'):
     WStoreSeleniumTestCase.__init__(self, methodName=methodName)
     self.fixtures.extend(['basic_offerings.json', 'oauth_info.json'])
Beispiel #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'])