コード例 #1
0
ファイル: tests.py プロジェクト: jartieda/wstore
 def __init__(self, methodName='runTest'):
     self.fixtures.extend(['resources.json'])
     WStoreSeleniumTestCase.__init__(self, methodName=methodName)
コード例 #2
0
ファイル: tests.py プロジェクト: jartieda/wstore
 def __init__(self, methodName='runTest'):
     WStoreSeleniumTestCase.__init__(self, methodName=methodName)
     self.fixtures.extend(['basic_offerings.json', 'oauth_info.json'])
コード例 #3
0
ファイル: tests.py プロジェクト: jartieda/wstore
 def __init__(self, methodName='runTest'):
     WStoreSeleniumTestCase.__init__(self, methodName=methodName)
     self.fixtures.extend(['repositories.json'])
コード例 #4
0
 def __init__(self, methodName='runTest'):
     self.fixtures.extend(['resources.json'])
     WStoreSeleniumTestCase.__init__(self, methodName=methodName)
コード例 #5
0
 def __init__(self, methodName='runTest'):
     WStoreSeleniumTestCase.__init__(self, methodName=methodName)
     self.fixtures.extend(['basic_offerings.json', 'oauth_info.json'])
コード例 #6
0
 def __init__(self, methodName='runTest'):
     WStoreSeleniumTestCase.__init__(self, methodName=methodName)
     self.fixtures.extend(['repositories.json'])