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:872–875  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

870
871 #[test]
872 fn test_get_ignore_template_unknown() {
873 let template = get_ignore_template("unknown");
874 assert!(template.is_none());
875 }
876
877 #[test]
878 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