()
| 661 | |
| 662 | #[test] |
| 663 | fn test_default_config() { |
| 664 | let config = ParallelConfig::default(); |
| 665 | assert_eq!(config.nuclei_workers, 4); |
| 666 | assert_eq!(config.nuclei_batch_size, 50); |
| 667 | } |
| 668 | |
| 669 | #[test] |
| 670 | fn test_aggressive_config() { |
nothing calls this directly
no outgoing calls
no test coverage detected