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

Function cache_invalid

css-inline/tests/test_cli.rs:158–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 #[test]
157 #[cfg(feature = "stylesheet-cache")]
158 fn cache_invalid() {
159 css_inline()
160 .arg("tests/example.html")
161 .arg("--output-filename-prefix=inlined.cache-valid.")
162 .arg("--cache-size=0")
163 .assert()
164 .failure()
165 .stderr("ERROR: Cache size must be an integer greater than zero\n");
166 }
167
168 #[test]
169 fn wrong_base_url() {

Callers

nothing calls this directly

Calls 1

css_inlineFunction · 0.70

Tested by

no test coverage detected