MCPcopy Create free account
hub / github.com/Stranger6667/css-inline / args

Function args

css-inline/tests/test_cli.rs:265–268  ·  view source on GitHub ↗
(arg: &str, expected: &str)

Source from the content-addressed store, hash-verified

263 #[test_case("--version", "css-inline")]
264 #[test_case("-v", "css-inline")]
265 fn args(arg: &str, expected: &str) {
266 let stdout = css_inline().arg(arg).assert().success().to_string();
267 assert!(stdout.contains(expected), "{}", stdout);
268 }
269
270 #[test]
271 fn flag_requires_value_but_none_provided() {

Callers 1

mainFunction · 0.85

Calls 1

css_inlineFunction · 0.70

Tested by

no test coverage detected