schema-registry-cli 2.1.0

CLI for a schema-registry
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use trycmd::TestCases;

#[test]
fn should_readme_ok() {
    TestCases::new().case("README.md");
}

#[test]
fn should_run_commands() {
    TestCases::new().case("tests/cmd/*.toml");
}

#[test]
fn should_run_command() {
    TestCases::new().case("tests/cmd/subject-register-json.toml");
}