def test_check_uses_gpg_sign_as_passphrase_checker(self): self.database.gpg.sign = Mock() self.database.check(self.passphrase) self.
確定! 回上一頁