()
| 144 | #[test] |
| 145 | #[cfg(feature = "stylesheet-cache")] |
| 146 | fn cache_valid() { |
| 147 | css_inline() |
| 148 | .arg("tests/example.html") |
| 149 | .arg("--output-filename-prefix=inlined.cache-valid.") |
| 150 | .arg("--cache-size=6") |
| 151 | .assert() |
| 152 | .success() |
| 153 | .stdout("tests/example.html: SUCCESS\n"); |
| 154 | } |
| 155 | |
| 156 | #[test] |
| 157 | #[cfg(feature = "stylesheet-cache")] |
nothing calls this directly
no test coverage detected