MCPcopy Create free account
hub / github.com/KingOfBugbounty/enumrust / test_default_config

Function test_default_config

src/parallel_executor.rs:663–667  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected