def otherSetup(cls): cls.simulatedVariantSetId = \ datamodel.VariantSetCompoundId.obfuscate( paths.simulatedVariantSetId) requests.packages.urllib3.disable_warnings() cls.opServer = server.OidcOpServerForTesting() cls.opServer.start()
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()
def otherSetup(cls): cls.simulatedVariantSetId = "c2ltdWxhdGVkRGF0YXNldDA6c2ltVnMw" requests.packages.urllib3.disable_warnings() cls.opServer = server.OidcOpServerForTesting() cls.opServer.start()
def otherSetup(cls): requests.packages.urllib3.disable_warnings() cls.opServer = server.OidcOpServerForTesting() cls.opServer.start()
def otherSetup(self): self.opServer = server.OidcOpServerForTesting() self.opServer.start()