示例#1
0
 def otherSetup(cls):
     cls.simulatedVariantSetId = \
         datamodel.VariantSetCompoundId.obfuscate(
             paths.simulatedVariantSetId)
     requests.packages.urllib3.disable_warnings()
     cls.opServer = server.OidcOpServerForTesting()
     cls.opServer.start()
示例#2
0
    def otherSetup(cls):
        # extract ids from a simulated data repo with the same config
        repo = datarepo.SimulatedDataRepository()
        dataset = repo.getDatasets()[0]
        variantSet = dataset.getVariantSets()[0]
        variantSetId = variantSet.getId()

        cls.simulatedVariantSetId = variantSetId
        requests.packages.urllib3.disable_warnings()
        cls.opServer = server.OidcOpServerForTesting()
        cls.opServer.start()
示例#3
0
 def otherSetup(cls):
     cls.simulatedVariantSetId = "c2ltdWxhdGVkRGF0YXNldDA6c2ltVnMw"
     requests.packages.urllib3.disable_warnings()
     cls.opServer = server.OidcOpServerForTesting()
     cls.opServer.start()
示例#4
0
 def otherSetup(cls):
     requests.packages.urllib3.disable_warnings()
     cls.opServer = server.OidcOpServerForTesting()
     cls.opServer.start()
示例#5
0
 def otherSetup(self):
     self.opServer = server.OidcOpServerForTesting()
     self.opServer.start()