bc-envelope-cli 0.35.0

Gordian Envelope Command Line Tool.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
use anyhow::Result;

mod common;
use common::*;

#[test]
fn test_subject_assertion_known_known() -> Result<()> {
    run_cli_expect(
        &["subject", "assertion", "known", "isA", "known", "Seed"],
        "ur:envelope/oyadcsspsaykcfmh",
    )
}