()
| 86 | |
| 87 | #[test] |
| 88 | fn test_from_args_empty() { |
| 89 | let instruments = Instruments::try_from(&RunArgs::test()).unwrap(); |
| 90 | assert!(instruments.mongodb.is_none()); |
| 91 | } |
| 92 | |
| 93 | #[test] |
| 94 | fn test_from_args() { |
nothing calls this directly
no outgoing calls
no test coverage detected