标签: lua
我想为我的lua代码编写一个测试用例。 我正在使用conf变量从数据库获取证书。 例如:本地certificate_in_db = openssl_x509.new(conf.ca_cert);
我想在这里模拟conf.ca_cert,我该怎么办?