MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_config_default_ignore_patterns

Function test_config_default_ignore_patterns

atomic-agent/src/watcher/mod.rs:335–340  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

333
334 #[test]
335 fn test_config_default_ignore_patterns() {
336 let config = WatcherConfig::new("/repo");
337 let patterns = config.ignore_patterns();
338 assert_eq!(patterns.len(), 1);
339 assert_eq!(patterns[0], ".atomic");
340 }
341
342 #[test]
343 fn test_config_with_ignore_pattern() {

Callers

nothing calls this directly

Calls 1

ignore_patternsMethod · 0.80

Tested by

no test coverage detected