예제 #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'])
 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'])