pub fn conformance_in_process_only(module: Box<dyn Module>, reason: &str)Expand description
conformance without the sidecar parity axis (issue #64). reason
is recorded in code and printed by the run, so a module that opts out
says why in the same place it opts out. Use it only for a module that
genuinely cannot be sidecar-mounted; “it fails” is not a reason.
§Panics
Panics when reason is empty, and on any conformance failure.