我在Go Chaincode(http://hyperledger-fabric.readthedocs.io/en/release-1.0/Style-guides/go-style.html)中将stripe作为govendor软件包添加了。 作为否定测试的一部分,我想了解如果条带下降会发生什么(我知道这种情况很少见)。关于如何对govendor软件包进行负面测试的任何线索。 我检查了条带站点,并提到如果条带掉线,它将引发5XX错误(https://stripe.com/docs/api#errors)
同样要多谢。