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

Function test_get_ignore_template_unknown

atomic-cli/src/commands/init.rs:859–862  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

857
858 #[test]
859 fn test_get_ignore_template_unknown() {
860 let template = get_ignore_template("unknown");
861 assert!(template.is_none());
862 }
863
864 #[test]
865 fn test_get_ignore_template_case_insensitive() {

Callers

nothing calls this directly

Calls 1

get_ignore_templateFunction · 0.85

Tested by

no test coverage detected