()
| 825 | |
| 826 | #[test] |
| 827 | fn test_turn_file_count() { |
| 828 | let e = make_envelope(); |
| 829 | assert_eq!(e.turn_file_count(), 2); |
| 830 | |
| 831 | let e = make_minimal_envelope(); |
| 832 | assert_eq!(e.turn_file_count(), 0); |
| 833 | } |
| 834 | |
| 835 | #[test] |
| 836 | fn test_has_prompt() { |
nothing calls this directly
no test coverage detected