()
| 31 | |
| 32 | #[test] |
| 33 | fn context() { |
| 34 | let _guard = prepare(); |
| 35 | |
| 36 | let report = create_report() |
| 37 | .attach(PrintableA(2)) |
| 38 | .change_context(ContextA(2)); |
| 39 | |
| 40 | assert_ron_snapshot!(report); |
| 41 | } |
| 42 | |
| 43 | #[test] |
| 44 | fn multiple_sources() { |
nothing calls this directly
no test coverage detected